public class AccountDetailInfo extends AbstractModel
header, skipSign| Constructor and Description |
|---|
AccountDetailInfo() |
AccountDetailInfo(AccountDetailInfo 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 |
getHost()
Get Host name or IP address, which indicates the host to which the user belongs.
|
String |
getUserDescription()
Get User description information
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUserName()
Get Username
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setHost(String Host)
Set Host name or IP address, which indicates the host to which the user belongs.
|
void |
setUserDescription(String UserDescription)
Set User description information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUserName(String UserName)
Set Username
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 AccountDetailInfo()
public AccountDetailInfo(AccountDetailInfo source)
public String getUserName()
public void setUserName(String UserName)
UserName - Username
Note: This field may return null, indicating that no valid values can be obtained.public String getHost()
public void setHost(String Host)
Host - Host name or IP address, which indicates the host to which the user belongs.
Note: This field may return null, indicating that no valid values can be obtained.public String getUserDescription()
public void setUserDescription(String UserDescription)
UserDescription - User description information
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.