public static class CreateGroupRequest.CreateGroupRequestUsers
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
CreateGroupRequestUsers() |
限定符和类型 | 方法和说明 |
---|---|
static CreateGroupRequest.CreateGroupRequestUsers |
build(Map<String,?> map) |
String |
getAppUserId() |
Boolean |
getGroupOwner() |
String |
getUserId() |
CreateGroupRequest.CreateGroupRequestUsers |
setAppUserId(String appUserId) |
CreateGroupRequest.CreateGroupRequestUsers |
setGroupOwner(Boolean groupOwner) |
CreateGroupRequest.CreateGroupRequestUsers |
setUserId(String userId) |
@NameInMap(value="appUserId") public String appUserId
@NameInMap(value="groupOwner") public Boolean groupOwner
@NameInMap(value="userId") public String userId
public static CreateGroupRequest.CreateGroupRequestUsers build(Map<String,?> map) throws Exception
Exception
public CreateGroupRequest.CreateGroupRequestUsers setAppUserId(String appUserId)
public String getAppUserId()
public CreateGroupRequest.CreateGroupRequestUsers setGroupOwner(Boolean groupOwner)
public Boolean getGroupOwner()
public CreateGroupRequest.CreateGroupRequestUsers setUserId(String userId)
public String getUserId()
Copyright © 2024. All rights reserved.