public static class CreateGroupRequest.CreateGroupRequestUsers
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
appUserId
example:
1107****2120
|
Boolean |
groupOwner
This parameter is required.
|
String |
userId
example:
1745****8778
|
构造器和说明 |
---|
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
1107****2120
@NameInMap(value="groupOwner") public Boolean groupOwner
This parameter is required.
@NameInMap(value="userId") public String userId
1745****8778
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.