public class AppAccountInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AppAccountInfo() | 
| AppAccountInfo(AppAccountInfo 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 | getAccountId()Get 账号ID。 | 
| String | getAccountName()Get 账号名。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getCreatedDate()Get 创建时间。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getDescription()Get 描述。
注意:此字段可能返回 null,表示取不到有效值。 | 
| LinkUserInfo[] | getUserList()Get 用户信息列表。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setAccountId(String AccountId)Set 账号ID。 | 
| void | setAccountName(String AccountName)Set 账号名。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCreatedDate(String CreatedDate)Set 创建时间。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDescription(String Description)Set 描述。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setUserList(LinkUserInfo[] UserList)Set 用户信息列表。
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 AppAccountInfo()
public AppAccountInfo(AppAccountInfo source)
public String getAccountId()
public void setAccountId(String AccountId)
AccountId - 账号ID。public String getAccountName()
public void setAccountName(String AccountName)
AccountName - 账号名。
注意:此字段可能返回 null,表示取不到有效值。public LinkUserInfo[] getUserList()
public void setUserList(LinkUserInfo[] UserList)
UserList - 用户信息列表。
注意:此字段可能返回 null,表示取不到有效值。public String getDescription()
public void setDescription(String Description)
Description - 描述。
注意:此字段可能返回 null,表示取不到有效值。public String getCreatedDate()
public void setCreatedDate(String CreatedDate)
CreatedDate - 创建时间。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.