public class ModifyProxyGroupAttributeRequest extends AbstractModel
| Constructor and Description |
|---|
ModifyProxyGroupAttributeRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupId()
Get 需要修改的通道组ID。
|
String |
getGroupName()
Get 修改后的通道组名称:不超过30个字符,超过部分会被截断。
|
void |
setGroupId(String GroupId)
Set 需要修改的通道组ID。
|
void |
setGroupName(String GroupName)
Set 修改后的通道组名称:不超过30个字符,超过部分会被截断。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getGroupId()
public void setGroupId(String GroupId)
GroupId - 需要修改的通道组ID。public String getGroupName()
public void setGroupName(String GroupName)
GroupName - 修改后的通道组名称:不超过30个字符,超过部分会被截断。Copyright © 2020. All rights reserved.