Class DeleteNativeGatewayServerGroupRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tse.v20201207.models.DeleteNativeGatewayServerGroupRequest
-
public class DeleteNativeGatewayServerGroupRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGatewayId()Get 网关实例id。 只支持后付费实例StringgetGroupId()Get 网关分组idvoidsetGatewayId(String GatewayId)Set 网关实例id。 只支持后付费实例voidsetGroupId(String GroupId)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
-
DeleteNativeGatewayServerGroupRequest
public DeleteNativeGatewayServerGroupRequest()
-
DeleteNativeGatewayServerGroupRequest
public 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.
-
-
Method Detail
-
getGatewayId
public String getGatewayId()
Get 网关实例id。 只支持后付费实例- Returns:
- GatewayId 网关实例id。 只支持后付费实例
-
setGatewayId
public void setGatewayId(String GatewayId)
Set 网关实例id。 只支持后付费实例- Parameters:
GatewayId- 网关实例id。 只支持后付费实例
-
getGroupId
public String getGroupId()
Get 网关分组id- Returns:
- GroupId 网关分组id
-
setGroupId
public void setGroupId(String GroupId)
Set 网关分组id- Parameters:
GroupId- 网关分组id
-
-