public class GetUserAppIdResponse extends AbstractModel
Constructor and Description |
---|
GetUserAppIdResponse() |
GetUserAppIdResponse(GetUserAppIdResponse 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 |
getAppId()
Get AppId of the current account.
|
String |
getOwnerUin()
Get OwnerUin of the current account.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getUin()
Get UIN of the current account.
|
void |
setAppId(Long AppId)
Set AppId of the current account.
|
void |
setOwnerUin(String OwnerUin)
Set OwnerUin of the current account.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setUin(String Uin)
Set UIN of the current account.
|
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 GetUserAppIdResponse()
public GetUserAppIdResponse(GetUserAppIdResponse source)
public String getUin()
public void setUin(String Uin)
Uin
- UIN of the current account.public String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin
- OwnerUin of the current account.public Long getAppId()
public void setAppId(Long AppId)
AppId
- AppId of the current account.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.