public class BatchCreateGroupWithMembersRequest extends AbstractModel
Constructor and Description |
---|
BatchCreateGroupWithMembersRequest() |
BatchCreateGroupWithMembersRequest(BatchCreateGroupWithMembersRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
GroupBaseInfo[] |
getGroupBaseInfos()
Get The information of the groups to create.
|
String[] |
getMemberIds()
Get The group members.
|
Long |
getSdkAppId()
Get The SDKAppID assigned by LCIC.
|
void |
setGroupBaseInfos(GroupBaseInfo[] GroupBaseInfos)
Set The information of the groups to create.
|
void |
setMemberIds(String[] MemberIds)
Set The group members.
|
void |
setSdkAppId(Long SdkAppId)
Set The SDKAppID assigned by LCIC.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public BatchCreateGroupWithMembersRequest()
public BatchCreateGroupWithMembersRequest(BatchCreateGroupWithMembersRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- The SDKAppID assigned by LCIC.public GroupBaseInfo[] getGroupBaseInfos()
public void setGroupBaseInfos(GroupBaseInfo[] GroupBaseInfos)
GroupBaseInfos
- The information of the groups to create. Array length limit: 256.public String[] getMemberIds()
public void setMemberIds(String[] MemberIds)
MemberIds
- The group members. Array length limit: 200.Copyright © 2023. All rights reserved.