public class AccountInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
AccountInfo()  | 
AccountInfo(AccountInfo 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 | 
getInstanceId()
Get Instance ID. 
 | 
String[] | 
getPerms()
Get Account attribute. 
 | 
String | 
getUserName()
Get Account name. 
 | 
void | 
setInstanceId(String InstanceId)
Set Instance ID. 
 | 
void | 
setPerms(String[] Perms)
Set Account attribute. 
 | 
void | 
setUserName(String UserName)
Set Account name. 
 | 
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 AccountInfo()
public AccountInfo(AccountInfo source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance ID.public String getUserName()
public void setUserName(String UserName)
UserName - Account name.public String[] getPerms()
public void setPerms(String[] Perms)
Perms - Account attribute.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.