public class GroupIdOfUidInfo extends AbstractModel
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 用户组 ID
|
Long |
getUid()
Get 子用户 UID
|
Long |
getUin()
Get 子用户 Uin,Uid和Uin至少有一个必填
|
void |
setGroupId(Long GroupId)
Set 用户组 ID
|
void |
setUid(Long Uid)
Set 子用户 UID
|
void |
setUin(Long Uin)
Set 子用户 Uin,Uid和Uin至少有一个必填
|
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 GroupIdOfUidInfo()
public GroupIdOfUidInfo(GroupIdOfUidInfo source)
public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- 用户组 IDpublic Long getUid()
public void setUid(Long Uid)
Uid
- 子用户 UIDpublic Long getUin()
public void setUin(Long Uin)
Uin
- 子用户 Uin,Uid和Uin至少有一个必填Copyright © 2022. All rights reserved.