public class CreateAccountGroupRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateAccountGroupRequest() |
CreateAccountGroupRequest(CreateAccountGroupRequest 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 |
getApplicationId()
Get 应用ID。
|
String |
getDescription()
Get 描述。
|
String |
getGroupName()
Get 账号组名。
|
void |
setApplicationId(String ApplicationId)
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateAccountGroupRequest()
public CreateAccountGroupRequest(CreateAccountGroupRequest source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- 应用ID。public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 账号组名。public String getDescription()
public void setDescription(String Description)
Description
- 描述。Copyright © 2024. All rights reserved.