public class BatchGetGroupSetConfigRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<String> |
configKeys |
Long |
dingIsvOrgId |
Long |
dingOrgId |
String |
dingSuiteKey |
Long |
dingTokenGrantType |
String |
openGroupSetId |
String |
openTeamId |
构造器和说明 |
---|
BatchGetGroupSetConfigRequest() |
限定符和类型 | 方法和说明 |
---|---|
static BatchGetGroupSetConfigRequest |
build(Map<String,?> map) |
List<String> |
getConfigKeys() |
Long |
getDingIsvOrgId() |
Long |
getDingOrgId() |
String |
getDingSuiteKey() |
Long |
getDingTokenGrantType() |
String |
getOpenGroupSetId() |
String |
getOpenTeamId() |
BatchGetGroupSetConfigRequest |
setConfigKeys(List<String> configKeys) |
BatchGetGroupSetConfigRequest |
setDingIsvOrgId(Long dingIsvOrgId) |
BatchGetGroupSetConfigRequest |
setDingOrgId(Long dingOrgId) |
BatchGetGroupSetConfigRequest |
setDingSuiteKey(String dingSuiteKey) |
BatchGetGroupSetConfigRequest |
setDingTokenGrantType(Long dingTokenGrantType) |
BatchGetGroupSetConfigRequest |
setOpenGroupSetId(String openGroupSetId) |
BatchGetGroupSetConfigRequest |
setOpenTeamId(String openTeamId) |
@NameInMap(value="dingIsvOrgId") public Long dingIsvOrgId
@NameInMap(value="dingOrgId") public Long dingOrgId
@NameInMap(value="dingSuiteKey") public String dingSuiteKey
@NameInMap(value="dingTokenGrantType") public Long dingTokenGrantType
@NameInMap(value="openTeamId") public String openTeamId
@NameInMap(value="openGroupSetId") public String openGroupSetId
public static BatchGetGroupSetConfigRequest build(Map<String,?> map) throws Exception
Exception
public BatchGetGroupSetConfigRequest setDingIsvOrgId(Long dingIsvOrgId)
public Long getDingIsvOrgId()
public BatchGetGroupSetConfigRequest setDingOrgId(Long dingOrgId)
public Long getDingOrgId()
public BatchGetGroupSetConfigRequest setDingSuiteKey(String dingSuiteKey)
public String getDingSuiteKey()
public BatchGetGroupSetConfigRequest setDingTokenGrantType(Long dingTokenGrantType)
public Long getDingTokenGrantType()
public BatchGetGroupSetConfigRequest setOpenTeamId(String openTeamId)
public String getOpenTeamId()
public BatchGetGroupSetConfigRequest setOpenGroupSetId(String openGroupSetId)
public String getOpenGroupSetId()
public BatchGetGroupSetConfigRequest setConfigKeys(List<String> configKeys)
Copyright © 2021. All rights reserved.