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