Class DeleteCloudNativeAPIGatewayRouteRateLimitRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tse.v20201207.models.DeleteCloudNativeAPIGatewayRouteRateLimitRequest
-
public class DeleteCloudNativeAPIGatewayRouteRateLimitRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteCloudNativeAPIGatewayRouteRateLimitRequest()DeleteCloudNativeAPIGatewayRouteRateLimitRequest(DeleteCloudNativeAPIGatewayRouteRateLimitRequest 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 网关IdStringgetId()Get 路由Id,或路由名称。 不支持“未命名”voidsetGatewayId(String GatewayId)Set 网关IdvoidsetId(String Id)Set 路由Id,或路由名称。 不支持“未命名”voidtoMap(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
-
DeleteCloudNativeAPIGatewayRouteRateLimitRequest
public DeleteCloudNativeAPIGatewayRouteRateLimitRequest()
-
DeleteCloudNativeAPIGatewayRouteRateLimitRequest
public DeleteCloudNativeAPIGatewayRouteRateLimitRequest(DeleteCloudNativeAPIGatewayRouteRateLimitRequest 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
-
getId
public String getId()
Get 路由Id,或路由名称。 不支持“未命名”- Returns:
- Id 路由Id,或路由名称。 不支持“未命名”
-
setId
public void setId(String Id)
Set 路由Id,或路由名称。 不支持“未命名”- Parameters:
Id- 路由Id,或路由名称。 不支持“未命名”
-
-