public class DeleteNativeGatewayServerGroupRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteNativeGatewayServerGroupRequest() |
DeleteNativeGatewayServerGroupRequest(DeleteNativeGatewayServerGroupRequest 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getGatewayId()
Get 网关实例id。
只支持后付费实例
|
String |
getGroupId()
Get 网关分组id
|
void |
setGatewayId(String GatewayId)
Set 网关实例id。
只支持后付费实例
|
void |
setGroupId(String GroupId)
Set 网关分组id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteNativeGatewayServerGroupRequest()
public DeleteNativeGatewayServerGroupRequest(DeleteNativeGatewayServerGroupRequest source)
public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId
- 网关实例id。
只支持后付费实例public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 网关分组idCopyright © 2024. All rights reserved.