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 Application ID. | 
| String | getDescription()Get Description. | 
| String | getGroupName()Get Account group name. | 
| void | setApplicationId(String ApplicationId)Set Application ID. | 
| void | setDescription(String Description)Set Description. | 
| void | setGroupName(String GroupName)Set Account group name. | 
| 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 CreateAccountGroupRequest()
public CreateAccountGroupRequest(CreateAccountGroupRequest source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId - Application ID.public String getGroupName()
public void setGroupName(String GroupName)
GroupName - Account group name.public String getDescription()
public void setDescription(String Description)
Description - Description.Copyright © 2025. All rights reserved.