public class ModifyAccountGroupRequest extends AbstractModel
Constructor and Description |
---|
ModifyAccountGroupRequest() |
ModifyAccountGroupRequest(ModifyAccountGroupRequest 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 |
getAccountGroupId()
Get 账号组ID。
|
String |
getDescription()
Get 描述,未传入该参数时,表示不进行修改。
|
String |
getGroupName()
Get 账号组名。未传入该参数时,表示不进行修改。
|
void |
setAccountGroupId(String AccountGroupId)
Set 账号组ID。
|
void |
setDescription(String Description)
Set 描述,未传入该参数时,表示不进行修改。
|
void |
setGroupName(String GroupName)
Set 账号组名。未传入该参数时,表示不进行修改。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyAccountGroupRequest()
public ModifyAccountGroupRequest(ModifyAccountGroupRequest source)
public String getAccountGroupId()
public void setAccountGroupId(String AccountGroupId)
AccountGroupId
- 账号组ID。public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 账号组名。未传入该参数时,表示不进行修改。public String getDescription()
public void setDescription(String Description)
Description
- 描述,未传入该参数时,表示不进行修改。Copyright © 2022. All rights reserved.