public class QueryDubheCustomerAgreementsignRequest
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
authToken |
String |
customNo |
String |
orderNo |
String |
productInstanceId |
| Constructor and Description |
|---|
QueryDubheCustomerAgreementsignRequest() |
| Modifier and Type | Method and Description |
|---|---|
static QueryDubheCustomerAgreementsignRequest |
build(Map<String,?> map) |
String |
getAuthToken() |
String |
getCustomNo() |
String |
getOrderNo() |
String |
getProductInstanceId() |
QueryDubheCustomerAgreementsignRequest |
setAuthToken(String authToken) |
QueryDubheCustomerAgreementsignRequest |
setCustomNo(String customNo) |
QueryDubheCustomerAgreementsignRequest |
setOrderNo(String orderNo) |
QueryDubheCustomerAgreementsignRequest |
setProductInstanceId(String productInstanceId) |
@NameInMap(value="auth_token") public String authToken
@NameInMap(value="product_instance_id") public String productInstanceId
@NameInMap(value="custom_no") @Validation(required=true) public String customNo
@NameInMap(value="order_no") public String orderNo
public QueryDubheCustomerAgreementsignRequest()
public static QueryDubheCustomerAgreementsignRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryDubheCustomerAgreementsignRequest setAuthToken(String authToken)
public String getAuthToken()
public QueryDubheCustomerAgreementsignRequest setProductInstanceId(String productInstanceId)
public String getProductInstanceId()
public QueryDubheCustomerAgreementsignRequest setCustomNo(String customNo)
public String getCustomNo()
public QueryDubheCustomerAgreementsignRequest setOrderNo(String orderNo)
public String getOrderNo()
Copyright © 2025. All rights reserved.