Class DeleteCloudNativeAPIGatewayServiceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tse.v20201207.models.DeleteCloudNativeAPIGatewayServiceRequest
-
public class DeleteCloudNativeAPIGatewayServiceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteCloudNativeAPIGatewayServiceRequest()DeleteCloudNativeAPIGatewayServiceRequest(DeleteCloudNativeAPIGatewayServiceRequest 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 网关IDStringgetName()Get 服务名字,服务IDvoidsetGatewayId(String GatewayId)Set 网关IDvoidsetName(String Name)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
-
DeleteCloudNativeAPIGatewayServiceRequest
public DeleteCloudNativeAPIGatewayServiceRequest()
-
DeleteCloudNativeAPIGatewayServiceRequest
public DeleteCloudNativeAPIGatewayServiceRequest(DeleteCloudNativeAPIGatewayServiceRequest 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
-
getName
public String getName()
Get 服务名字,服务ID- Returns:
- Name 服务名字,服务ID
-
setName
public void setName(String Name)
Set 服务名字,服务ID- Parameters:
Name- 服务名字,服务ID
-
-