All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.dingtalkfinance_1_0.models.QueryUserAgreementResponseBody Maven / Gradle / Ivy

There is a newer version: 2.1.67
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkfinance_1_0.models;

import com.aliyun.tea.*;

public class QueryUserAgreementResponseBody extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

201220123212312

*/ @NameInMap("agreementNo") public String agreementNo; /** *

This parameter is required.

* * example: *

ding123123234234

*/ @NameInMap("corpId") public String corpId; /** *

This parameter is required.

* * example: *

2021-11-11 10:10:10

*/ @NameInMap("gmtExpire") public String gmtExpire; /** *

This parameter is required.

* * example: *

2021-11-11 10:10:10

*/ @NameInMap("gmtSign") public String gmtSign; /** *

This parameter is required.

* * example: *

2021-11-11 10:10:10

*/ @NameInMap("gmtValid") public String gmtValid; /** *

This parameter is required.

* * example: *

2021000001

*/ @NameInMap("instId") public String instId; /** *

This parameter is required.

* * example: *

ALIPAY

*/ @NameInMap("payChannel") public String payChannel; /** *

This parameter is required.

* * example: *

*川

*/ @NameInMap("payChannelAccountName") public String payChannelAccountName; /** *

This parameter is required.

* * example: *

139*****0

*/ @NameInMap("payChannelAccountNo") public String payChannelAccountNo; /** *

This parameter is required.

* * example: *

SUCCESS

*/ @NameInMap("status") public String status; /** *

This parameter is required.

* * example: *

101

*/ @NameInMap("subInstId") public String subInstId; /** *

This parameter is required.

* * example: *

54646545

*/ @NameInMap("userId") public String userId; public static QueryUserAgreementResponseBody build(java.util.Map map) throws Exception { QueryUserAgreementResponseBody self = new QueryUserAgreementResponseBody(); return TeaModel.build(map, self); } public QueryUserAgreementResponseBody setAgreementNo(String agreementNo) { this.agreementNo = agreementNo; return this; } public String getAgreementNo() { return this.agreementNo; } public QueryUserAgreementResponseBody setCorpId(String corpId) { this.corpId = corpId; return this; } public String getCorpId() { return this.corpId; } public QueryUserAgreementResponseBody setGmtExpire(String gmtExpire) { this.gmtExpire = gmtExpire; return this; } public String getGmtExpire() { return this.gmtExpire; } public QueryUserAgreementResponseBody setGmtSign(String gmtSign) { this.gmtSign = gmtSign; return this; } public String getGmtSign() { return this.gmtSign; } public QueryUserAgreementResponseBody setGmtValid(String gmtValid) { this.gmtValid = gmtValid; return this; } public String getGmtValid() { return this.gmtValid; } public QueryUserAgreementResponseBody setInstId(String instId) { this.instId = instId; return this; } public String getInstId() { return this.instId; } public QueryUserAgreementResponseBody setPayChannel(String payChannel) { this.payChannel = payChannel; return this; } public String getPayChannel() { return this.payChannel; } public QueryUserAgreementResponseBody setPayChannelAccountName(String payChannelAccountName) { this.payChannelAccountName = payChannelAccountName; return this; } public String getPayChannelAccountName() { return this.payChannelAccountName; } public QueryUserAgreementResponseBody setPayChannelAccountNo(String payChannelAccountNo) { this.payChannelAccountNo = payChannelAccountNo; return this; } public String getPayChannelAccountNo() { return this.payChannelAccountNo; } public QueryUserAgreementResponseBody setStatus(String status) { this.status = status; return this; } public String getStatus() { return this.status; } public QueryUserAgreementResponseBody setSubInstId(String subInstId) { this.subInstId = subInstId; return this; } public String getSubInstId() { return this.subInstId; } public QueryUserAgreementResponseBody setUserId(String userId) { this.userId = userId; return this; } public String getUserId() { return this.userId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy