public class BatchGetGroupSetConfigRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<String> |
configKeys |
String |
openGroupSetId |
String |
openTeamId |
构造器和说明 |
---|
BatchGetGroupSetConfigRequest() |
限定符和类型 | 方法和说明 |
---|---|
static BatchGetGroupSetConfigRequest |
build(Map<String,?> map) |
List<String> |
getConfigKeys() |
String |
getOpenGroupSetId() |
String |
getOpenTeamId() |
BatchGetGroupSetConfigRequest |
setConfigKeys(List<String> configKeys) |
BatchGetGroupSetConfigRequest |
setOpenGroupSetId(String openGroupSetId) |
BatchGetGroupSetConfigRequest |
setOpenTeamId(String openTeamId) |
@NameInMap(value="openGroupSetId") public String openGroupSetId
@NameInMap(value="openTeamId") public String openTeamId
public static BatchGetGroupSetConfigRequest build(Map<String,?> map) throws Exception
Exception
public BatchGetGroupSetConfigRequest setConfigKeys(List<String> configKeys)
public BatchGetGroupSetConfigRequest setOpenGroupSetId(String openGroupSetId)
public String getOpenGroupSetId()
public BatchGetGroupSetConfigRequest setOpenTeamId(String openTeamId)
public String getOpenTeamId()
Copyright © 2024. All rights reserved.