public class OpendThirdAccessUserInfo extends AbstractModel
header, skipSign| Constructor and Description |
|---|
OpendThirdAccessUserInfo() |
OpendThirdAccessUserInfo(OpendThirdAccessUserInfo 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 |
|---|---|
String |
getAppId()
Get User AppID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCreateTime()
Get Activation time
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getId()
Get ID information
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUin()
Get User primary UIN
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAppId(String AppId)
Set User AppID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCreateTime(String CreateTime)
Set Activation time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setId(Long Id)
Set ID information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUin(String Uin)
Set User primary UIN
Note: This field may return null, indicating that no valid values can be obtained.
|
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 OpendThirdAccessUserInfo()
public OpendThirdAccessUserInfo(OpendThirdAccessUserInfo source)
public Long getId()
public void setId(Long Id)
Id - ID information
Note: This field may return null, indicating that no valid values can be obtained.public String getUin()
public void setUin(String Uin)
Uin - User primary UIN
Note: This field may return null, indicating that no valid values can be obtained.public String getAppId()
public void setAppId(String AppId)
AppId - User AppID
Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Activation time
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.