Class CreateAccountGroupRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.eiam.v20210420.models.CreateAccountGroupRequest
-
public class CreateAccountGroupRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApplicationId()Get 应用ID。StringgetDescription()Get 描述。StringgetGroupName()Get 账号组名。voidsetApplicationId(String ApplicationId)Set 应用ID。voidsetDescription(String Description)Set 描述。voidsetGroupName(String GroupName)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
-
CreateAccountGroupRequest
public CreateAccountGroupRequest()
-
CreateAccountGroupRequest
public 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.
-
-
Method Detail
-
getApplicationId
public String getApplicationId()
Get 应用ID。- Returns:
- ApplicationId 应用ID。
-
setApplicationId
public void setApplicationId(String ApplicationId)
Set 应用ID。- Parameters:
ApplicationId- 应用ID。
-
getGroupName
public String getGroupName()
Get 账号组名。- Returns:
- GroupName 账号组名。
-
setGroupName
public void setGroupName(String GroupName)
Set 账号组名。- Parameters:
GroupName- 账号组名。
-
getDescription
public String getDescription()
Get 描述。- Returns:
- Description 描述。
-
setDescription
public void setDescription(String Description)
Set 描述。- Parameters:
Description- 描述。
-
-