Class AppAccountInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.eiam.v20210420.models.AppAccountInfo
-
public class AppAccountInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccountId()Get 账号ID。StringgetAccountName()Get 账号名。 注意:此字段可能返回 null,表示取不到有效值。StringgetCreatedDate()Get 创建时间。 注意:此字段可能返回 null,表示取不到有效值。StringgetDescription()Get 描述。 注意:此字段可能返回 null,表示取不到有效值。LinkUserInfo[]getUserList()Get 用户信息列表。 注意:此字段可能返回 null,表示取不到有效值。voidsetAccountId(String AccountId)Set 账号ID。voidsetAccountName(String AccountName)Set 账号名。 注意:此字段可能返回 null,表示取不到有效值。voidsetCreatedDate(String CreatedDate)Set 创建时间。 注意:此字段可能返回 null,表示取不到有效值。voidsetDescription(String Description)Set 描述。 注意:此字段可能返回 null,表示取不到有效值。voidsetUserList(LinkUserInfo[] UserList)Set 用户信息列表。 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AppAccountInfo
public AppAccountInfo()
-
AppAccountInfo
public 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.
-
-
Method Detail
-
getAccountId
public String getAccountId()
Get 账号ID。- Returns:
- AccountId 账号ID。
-
setAccountId
public void setAccountId(String AccountId)
Set 账号ID。- Parameters:
AccountId- 账号ID。
-
getAccountName
public String getAccountName()
Get 账号名。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AccountName 账号名。 注意:此字段可能返回 null,表示取不到有效值。
-
setAccountName
public void setAccountName(String AccountName)
Set 账号名。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AccountName- 账号名。 注意:此字段可能返回 null,表示取不到有效值。
-
getUserList
public LinkUserInfo[] getUserList()
Get 用户信息列表。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UserList 用户信息列表。 注意:此字段可能返回 null,表示取不到有效值。
-
setUserList
public void setUserList(LinkUserInfo[] UserList)
Set 用户信息列表。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UserList- 用户信息列表。 注意:此字段可能返回 null,表示取不到有效值。
-
getDescription
public String getDescription()
Get 描述。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Description 描述。 注意:此字段可能返回 null,表示取不到有效值。
-
setDescription
public void setDescription(String Description)
Set 描述。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Description- 描述。 注意:此字段可能返回 null,表示取不到有效值。
-
getCreatedDate
public String getCreatedDate()
Get 创建时间。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreatedDate 创建时间。 注意:此字段可能返回 null,表示取不到有效值。
-
setCreatedDate
public void setCreatedDate(String CreatedDate)
Set 创建时间。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreatedDate- 创建时间。 注意:此字段可能返回 null,表示取不到有效值。
-
-