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

com.aliyun.dingtalkservice_group_1_0.models.QueryGroupRequest 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.dingtalkservice_group_1_0.models;

import com.aliyun.tea.*;

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

101813123123

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

cidxxxxxx==

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

KxisoOk

*/ @NameInMap("openTeamId") public String openTeamId; public static QueryGroupRequest build(java.util.Map map) throws Exception { QueryGroupRequest self = new QueryGroupRequest(); return TeaModel.build(map, self); } public QueryGroupRequest setBizId(String bizId) { this.bizId = bizId; return this; } public String getBizId() { return this.bizId; } public QueryGroupRequest setOpenConversationId(String openConversationId) { this.openConversationId = openConversationId; return this; } public String getOpenConversationId() { return this.openConversationId; } public QueryGroupRequest setOpenTeamId(String openTeamId) { this.openTeamId = openTeamId; return this; } public String getOpenTeamId() { return this.openTeamId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy