public class DescribeUserResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeUserResponse() |
DescribeUserResponse(DescribeUserResponse 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 |
getAvatar()
Get URL of user profile photo.
|
String |
getName()
Get Username
|
String |
getOriginId()
Get User's Id in the client system
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getSdkAppId()
Get The application ID.
|
String |
getUserId()
Get User ID
|
void |
setAvatar(String Avatar)
Set URL of user profile photo.
|
void |
setName(String Name)
Set Username
|
void |
setOriginId(String OriginId)
Set User's Id in the client system
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setSdkAppId(Long SdkAppId)
Set The application ID.
|
void |
setUserId(String UserId)
Set User ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeUserResponse()
public DescribeUserResponse(DescribeUserResponse source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- The application ID.public String getUserId()
public void setUserId(String UserId)
UserId
- User IDpublic String getName()
public void setName(String Name)
Name
- Usernamepublic String getAvatar()
public void setAvatar(String Avatar)
Avatar
- URL of user profile photo.public String getOriginId()
public void setOriginId(String OriginId)
OriginId
- User's Id in the client systempublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.