Class ModifyProxyGroupAttributeRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gaap.v20180529.models.ModifyProxyGroupAttributeRequest
-
public class ModifyProxyGroupAttributeRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyProxyGroupAttributeRequest()ModifyProxyGroupAttributeRequest(ModifyProxyGroupAttributeRequest 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 需要修改的通道组ID。StringgetGroupName()Get 修改后的通道组名称:不超过30个字符,超过部分会被截断。LonggetProjectId()Get 项目IDvoidsetGroupId(String GroupId)Set 需要修改的通道组ID。voidsetGroupName(String GroupName)Set 修改后的通道组名称:不超过30个字符,超过部分会被截断。voidsetProjectId(Long ProjectId)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
-
ModifyProxyGroupAttributeRequest
public ModifyProxyGroupAttributeRequest()
-
ModifyProxyGroupAttributeRequest
public ModifyProxyGroupAttributeRequest(ModifyProxyGroupAttributeRequest 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 修改后的通道组名称:不超过30个字符,超过部分会被截断。- Returns:
- GroupName 修改后的通道组名称:不超过30个字符,超过部分会被截断。
-
setGroupName
public void setGroupName(String GroupName)
Set 修改后的通道组名称:不超过30个字符,超过部分会被截断。- Parameters:
GroupName- 修改后的通道组名称:不超过30个字符,超过部分会被截断。
-
getProjectId
public Long getProjectId()
Get 项目ID- Returns:
- ProjectId 项目ID
-
setProjectId
public void setProjectId(Long ProjectId)
Set 项目ID- Parameters:
ProjectId- 项目ID
-
-