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