Class ModifyResourceGroupRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.ModifyResourceGroupRequest
-
public class ModifyResourceGroupRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyResourceGroupRequest()ModifyResourceGroupRequest(ModifyResourceGroupRequest 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 StringgetGroupId()Get 组idStringgetGroupName()Get 组名称StringgetParentId()Get 上级组idvoidsetGroupId(String GroupId)Set 组idvoidsetGroupName(String GroupName)Set 组名称voidsetParentId(String ParentId)Set 上级组idvoidtoMap(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
-
ModifyResourceGroupRequest
public ModifyResourceGroupRequest()
-
ModifyResourceGroupRequest
public ModifyResourceGroupRequest(ModifyResourceGroupRequest 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
-
getGroupId
public String getGroupId()
Get 组id- Returns:
- GroupId 组id
-
setGroupId
public void setGroupId(String GroupId)
Set 组id- Parameters:
GroupId- 组id
-
getGroupName
public String getGroupName()
Get 组名称- Returns:
- GroupName 组名称
-
setGroupName
public void setGroupName(String GroupName)
Set 组名称- Parameters:
GroupName- 组名称
-
getParentId
public String getParentId()
Get 上级组id- Returns:
- ParentId 上级组id
-
setParentId
public void setParentId(String ParentId)
Set 上级组id- Parameters:
ParentId- 上级组id
-
-