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

com.aliyun.dingtalkyida_1_0.models.UpdateCloudAccountInformationRequest Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkyida_1_0.models;

import com.aliyun.tea.*;

public class UpdateCloudAccountInformationRequest extends TeaModel {
    /**
     * example:
     * 

hexaaaa

*/ @NameInMap("accessKey") public String accessKey; /** * example: *

123

*/ @NameInMap("accountNumber") public String accountNumber; /** * example: *

44234122

*/ @NameInMap("callerUnionId") public String callerUnionId; /** * example: *

Business

*/ @NameInMap("commodityType") public String commodityType; public static UpdateCloudAccountInformationRequest build(java.util.Map map) throws Exception { UpdateCloudAccountInformationRequest self = new UpdateCloudAccountInformationRequest(); return TeaModel.build(map, self); } public UpdateCloudAccountInformationRequest setAccessKey(String accessKey) { this.accessKey = accessKey; return this; } public String getAccessKey() { return this.accessKey; } public UpdateCloudAccountInformationRequest setAccountNumber(String accountNumber) { this.accountNumber = accountNumber; return this; } public String getAccountNumber() { return this.accountNumber; } public UpdateCloudAccountInformationRequest setCallerUnionId(String callerUnionId) { this.callerUnionId = callerUnionId; return this; } public String getCallerUnionId() { return this.callerUnionId; } public UpdateCloudAccountInformationRequest setCommodityType(String commodityType) { this.commodityType = commodityType; return this; } public String getCommodityType() { return this.commodityType; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy