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