public class ModifyProxyGroupAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifyProxyGroupAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getGroupId()
Get ID of the connection group to be modified.
|
String |
getGroupName()
Get New connection group name.
|
Long |
getProjectId()
Get Project ID
|
void |
setGroupId(String GroupId)
Set ID of the connection group to be modified.
|
void |
setGroupName(String GroupName)
Set New connection group name.
|
void |
setProjectId(Long ProjectId)
Set Project ID
|
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, toJsonString
public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- ID of the connection group to be modified.public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- New connection group name. Up to 30 characters. The extra characters will be truncated.public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- Project IDCopyright © 2020. All rights reserved.