Class ModifyAppAccountRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.eiam.v20210420.models.ModifyAppAccountRequest
-
public class ModifyAppAccountRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyAppAccountRequest()ModifyAppAccountRequest(ModifyAppAccountRequest 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 账号名称。未传入该参数时,表示不进行修改。StringgetDescription()Get 描述,未传入该参数时,表示不进行修改。StringgetPassword()Get 账号密码。未传入该参数时,表示不进行修改。voidsetAccountId(String AccountId)Set 账号ID。voidsetAccountName(String AccountName)Set 账号名称。未传入该参数时,表示不进行修改。voidsetDescription(String Description)Set 描述,未传入该参数时,表示不进行修改。voidsetPassword(String Password)Set 账号密码。未传入该参数时,表示不进行修改。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
-
ModifyAppAccountRequest
public ModifyAppAccountRequest()
-
ModifyAppAccountRequest
public ModifyAppAccountRequest(ModifyAppAccountRequest 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 账号名称。未传入该参数时,表示不进行修改。- Returns:
- AccountName 账号名称。未传入该参数时,表示不进行修改。
-
setAccountName
public void setAccountName(String AccountName)
Set 账号名称。未传入该参数时,表示不进行修改。- Parameters:
AccountName- 账号名称。未传入该参数时,表示不进行修改。
-
getPassword
public String getPassword()
Get 账号密码。未传入该参数时,表示不进行修改。- Returns:
- Password 账号密码。未传入该参数时,表示不进行修改。
-
setPassword
public void setPassword(String Password)
Set 账号密码。未传入该参数时,表示不进行修改。- Parameters:
Password- 账号密码。未传入该参数时,表示不进行修改。
-
getDescription
public String getDescription()
Get 描述,未传入该参数时,表示不进行修改。- Returns:
- Description 描述,未传入该参数时,表示不进行修改。
-
setDescription
public void setDescription(String Description)
Set 描述,未传入该参数时,表示不进行修改。- Parameters:
Description- 描述,未传入该参数时,表示不进行修改。
-
-