public class CreateGroupSetRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
creatorUserId |
String |
managerUserIds |
Integer |
memberQuota |
String |
name |
String |
notice |
Integer |
noticeToped |
String |
ownerUserId |
String |
relationType |
String |
templateId |
String |
welcome |
构造器和说明 |
---|
CreateGroupSetRequest() |
限定符和类型 | 方法和说明 |
---|---|
static CreateGroupSetRequest |
build(Map<String,?> map) |
String |
getCreatorUserId() |
String |
getManagerUserIds() |
Integer |
getMemberQuota() |
String |
getName() |
String |
getNotice() |
Integer |
getNoticeToped() |
String |
getOwnerUserId() |
String |
getRelationType() |
String |
getTemplateId() |
String |
getWelcome() |
CreateGroupSetRequest |
setCreatorUserId(String creatorUserId) |
CreateGroupSetRequest |
setManagerUserIds(String managerUserIds) |
CreateGroupSetRequest |
setMemberQuota(Integer memberQuota) |
CreateGroupSetRequest |
setName(String name) |
CreateGroupSetRequest |
setNotice(String notice) |
CreateGroupSetRequest |
setNoticeToped(Integer noticeToped) |
CreateGroupSetRequest |
setOwnerUserId(String ownerUserId) |
CreateGroupSetRequest |
setRelationType(String relationType) |
CreateGroupSetRequest |
setTemplateId(String templateId) |
CreateGroupSetRequest |
setWelcome(String welcome) |
@NameInMap(value="creatorUserId") public String creatorUserId
@NameInMap(value="managerUserIds") public String managerUserIds
@NameInMap(value="memberQuota") public Integer memberQuota
@NameInMap(value="name") public String name
@NameInMap(value="notice") public String notice
@NameInMap(value="noticeToped") public Integer noticeToped
@NameInMap(value="ownerUserId") public String ownerUserId
@NameInMap(value="relationType") public String relationType
@NameInMap(value="templateId") public String templateId
@NameInMap(value="welcome") public String welcome
public static CreateGroupSetRequest build(Map<String,?> map) throws Exception
Exception
public CreateGroupSetRequest setCreatorUserId(String creatorUserId)
public String getCreatorUserId()
public CreateGroupSetRequest setManagerUserIds(String managerUserIds)
public String getManagerUserIds()
public CreateGroupSetRequest setMemberQuota(Integer memberQuota)
public Integer getMemberQuota()
public CreateGroupSetRequest setName(String name)
public String getName()
public CreateGroupSetRequest setNotice(String notice)
public String getNotice()
public CreateGroupSetRequest setNoticeToped(Integer noticeToped)
public Integer getNoticeToped()
public CreateGroupSetRequest setOwnerUserId(String ownerUserId)
public String getOwnerUserId()
public CreateGroupSetRequest setRelationType(String relationType)
public String getRelationType()
public CreateGroupSetRequest setTemplateId(String templateId)
public String getTemplateId()
public CreateGroupSetRequest setWelcome(String welcome)
public String getWelcome()
Copyright © 2022. All rights reserved.