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

com.aliyun.dingtalkservice_group_1_0.models.CreateGroupConversationRequest Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

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

dingadc88253b4d581bd35c2f4657eb6378f

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

fsfsfadfasfdasdfsaf

*/ @NameInMap("dingGroupId") public String dingGroupId; @NameInMap("dingSuiteKey") public String dingSuiteKey; @NameInMap("dingTokenGrantType") public Long dingTokenGrantType; /** * example: *

57675657

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

张三

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

{"isServerInitiative":"true"}

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

3434

*/ @NameInMap("serverGroupId") public String serverGroupId; public static CreateGroupConversationRequest build(java.util.Map map) throws Exception { CreateGroupConversationRequest self = new CreateGroupConversationRequest(); return TeaModel.build(map, self); } public CreateGroupConversationRequest setCorpId(String corpId) { this.corpId = corpId; return this; } public String getCorpId() { return this.corpId; } public CreateGroupConversationRequest setDingGroupId(String dingGroupId) { this.dingGroupId = dingGroupId; return this; } public String getDingGroupId() { return this.dingGroupId; } public CreateGroupConversationRequest setDingSuiteKey(String dingSuiteKey) { this.dingSuiteKey = dingSuiteKey; return this; } public String getDingSuiteKey() { return this.dingSuiteKey; } public CreateGroupConversationRequest setDingTokenGrantType(Long dingTokenGrantType) { this.dingTokenGrantType = dingTokenGrantType; return this; } public Long getDingTokenGrantType() { return this.dingTokenGrantType; } public CreateGroupConversationRequest setDingUserId(String dingUserId) { this.dingUserId = dingUserId; return this; } public String getDingUserId() { return this.dingUserId; } public CreateGroupConversationRequest setDingUserName(String dingUserName) { this.dingUserName = dingUserName; return this; } public String getDingUserName() { return this.dingUserName; } public CreateGroupConversationRequest setExtValues(String extValues) { this.extValues = extValues; return this; } public String getExtValues() { return this.extValues; } public CreateGroupConversationRequest setOpenTeamId(String openTeamId) { this.openTeamId = openTeamId; return this; } public String getOpenTeamId() { return this.openTeamId; } public CreateGroupConversationRequest setServerGroupId(String serverGroupId) { this.serverGroupId = serverGroupId; return this; } public String getServerGroupId() { return this.serverGroupId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy