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

com.aliyun.dingtalkbizfinance_1_0.models.GetYongYouOrgRelationResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

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

20230731

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

01162352501424064728

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

ding9f50b15bccd16741

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

01162352501424064728

*/ @NameInMap("userId") public String userId; public static GetYongYouOrgRelationResponseBody build(java.util.Map map) throws Exception { GetYongYouOrgRelationResponseBody self = new GetYongYouOrgRelationResponseBody(); return TeaModel.build(map, self); } public GetYongYouOrgRelationResponseBody setChanjetCorpId(String chanjetCorpId) { this.chanjetCorpId = chanjetCorpId; return this; } public String getChanjetCorpId() { return this.chanjetCorpId; } public GetYongYouOrgRelationResponseBody setChanjetUserId(String chanjetUserId) { this.chanjetUserId = chanjetUserId; return this; } public String getChanjetUserId() { return this.chanjetUserId; } public GetYongYouOrgRelationResponseBody setCorpId(String corpId) { this.corpId = corpId; return this; } public String getCorpId() { return this.corpId; } public GetYongYouOrgRelationResponseBody setUserId(String userId) { this.userId = userId; return this; } public String getUserId() { return this.userId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy