public class ApplyDubheCustomerAgreementsignRequest
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
authToken |
String |
customNo |
String |
orderNo |
String |
productInstanceId |
| Constructor and Description |
|---|
ApplyDubheCustomerAgreementsignRequest() |
| Modifier and Type | Method and Description |
|---|---|
static ApplyDubheCustomerAgreementsignRequest |
build(Map<String,?> map) |
String |
getAuthToken() |
String |
getCustomNo() |
String |
getOrderNo() |
String |
getProductInstanceId() |
ApplyDubheCustomerAgreementsignRequest |
setAuthToken(String authToken) |
ApplyDubheCustomerAgreementsignRequest |
setCustomNo(String customNo) |
ApplyDubheCustomerAgreementsignRequest |
setOrderNo(String orderNo) |
ApplyDubheCustomerAgreementsignRequest |
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 ApplyDubheCustomerAgreementsignRequest()
public static ApplyDubheCustomerAgreementsignRequest build(Map<String,?> map) throws Exception
Exceptionpublic ApplyDubheCustomerAgreementsignRequest setAuthToken(String authToken)
public String getAuthToken()
public ApplyDubheCustomerAgreementsignRequest setProductInstanceId(String productInstanceId)
public String getProductInstanceId()
public ApplyDubheCustomerAgreementsignRequest setCustomNo(String customNo)
public String getCustomNo()
public ApplyDubheCustomerAgreementsignRequest setOrderNo(String orderNo)
public String getOrderNo()
Copyright © 2025. All rights reserved.