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 实例ID | 
| String[] | getPerms()Get 账户属性 | 
| String | getUserName()Get 账号名 | 
| void | setInstanceId(String InstanceId)Set 实例ID | 
| void | setPerms(String[] Perms)Set 账户属性 | 
| void | setUserName(String UserName)Set 账号名 | 
| 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 - 实例IDpublic String getUserName()
public void setUserName(String UserName)
UserName - 账号名public String[] getPerms()
public void setPerms(String[] Perms)
Perms - 账户属性Copyright © 2025. All rights reserved.