public class GroupIdOfUidInfo extends AbstractModel
| Constructor and Description |
|---|
GroupIdOfUidInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getGroupId()
Get User Group ID
|
Long |
getUid()
Get Sub-user UID
|
void |
setGroupId(Long GroupId)
Set User Group ID
|
void |
setUid(Long Uid)
Set Sub-user UID
|
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, toJsonStringpublic Long getUid()
public void setUid(Long Uid)
Uid - Sub-user UIDpublic Long getGroupId()
public void setGroupId(Long GroupId)
GroupId - User Group IDCopyright © 2020. All rights reserved.