public class QueryMdipDataservicePocRequest
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
authToken |
String |
productInstanceId |
String |
serviceCode |
String |
serviceParam |
| Constructor and Description |
|---|
QueryMdipDataservicePocRequest() |
| Modifier and Type | Method and Description |
|---|---|
static QueryMdipDataservicePocRequest |
build(Map<String,?> map) |
String |
getAuthToken() |
String |
getProductInstanceId() |
String |
getServiceCode() |
String |
getServiceParam() |
QueryMdipDataservicePocRequest |
setAuthToken(String authToken) |
QueryMdipDataservicePocRequest |
setProductInstanceId(String productInstanceId) |
QueryMdipDataservicePocRequest |
setServiceCode(String serviceCode) |
QueryMdipDataservicePocRequest |
setServiceParam(String serviceParam) |
@NameInMap(value="auth_token") public String authToken
@NameInMap(value="product_instance_id") public String productInstanceId
@NameInMap(value="service_code") @Validation(required=true) public String serviceCode
@NameInMap(value="service_param") @Validation(required=true) public String serviceParam
public static QueryMdipDataservicePocRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryMdipDataservicePocRequest setAuthToken(String authToken)
public String getAuthToken()
public QueryMdipDataservicePocRequest setProductInstanceId(String productInstanceId)
public String getProductInstanceId()
public QueryMdipDataservicePocRequest setServiceCode(String serviceCode)
public String getServiceCode()
public QueryMdipDataservicePocRequest setServiceParam(String serviceParam)
public String getServiceParam()
Copyright © 2025. All rights reserved.