public class GroupIdOfUidInfo extends AbstractModel
header, 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.