public class GroupIdOfUidInfo extends AbstractModel
skipSign
Constructor and Description |
---|
GroupIdOfUidInfo() |
GroupIdOfUidInfo(GroupIdOfUidInfo 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 |
---|---|
Long |
getGroupId()
Get User Group ID
|
Long |
getUid()
Get Sub-user UID
|
Long |
getUin()
Get Sub-user UIN.
|
void |
setGroupId(Long GroupId)
Set User Group ID
|
void |
setUid(Long Uid)
Set Sub-user UID
|
void |
setUin(Long Uin)
Set Sub-user UIN.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GroupIdOfUidInfo()
public GroupIdOfUidInfo(GroupIdOfUidInfo source)
public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- User Group IDpublic Long getUid()
public void setUid(Long Uid)
Uid
- Sub-user UIDpublic Long getUin()
public void setUin(Long Uin)
Uin
- Sub-user UIN. For UIN and UID, at least one of them is required.Copyright © 2023. All rights reserved.