Class DeleteCloudNativeAPIGatewayRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tse.v20201207.models.DeleteCloudNativeAPIGatewayRequest
-
public class DeleteCloudNativeAPIGatewayRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteCloudNativeAPIGatewayRequest()
DeleteCloudNativeAPIGatewayRequest(DeleteCloudNativeAPIGatewayRequest 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 Boolean
getDeleteClsTopic()
Get 是否删除实例关联的 CLS 日志主题。String
getGatewayId()
Get 云原生API网关实例ID。void
setDeleteClsTopic(Boolean DeleteClsTopic)
Set 是否删除实例关联的 CLS 日志主题。void
setGatewayId(String GatewayId)
Set 云原生API网关实例ID。void
toMap(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
-
DeleteCloudNativeAPIGatewayRequest
public DeleteCloudNativeAPIGatewayRequest()
-
DeleteCloudNativeAPIGatewayRequest
public DeleteCloudNativeAPIGatewayRequest(DeleteCloudNativeAPIGatewayRequest 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 云原生API网关实例ID。- Returns:
- GatewayId 云原生API网关实例ID。
-
setGatewayId
public void setGatewayId(String GatewayId)
Set 云原生API网关实例ID。- Parameters:
GatewayId
- 云原生API网关实例ID。
-
getDeleteClsTopic
public Boolean getDeleteClsTopic()
Get 是否删除实例关联的 CLS 日志主题。- Returns:
- DeleteClsTopic 是否删除实例关联的 CLS 日志主题。
-
setDeleteClsTopic
public void setDeleteClsTopic(Boolean DeleteClsTopic)
Set 是否删除实例关联的 CLS 日志主题。- Parameters:
DeleteClsTopic
- 是否删除实例关联的 CLS 日志主题。
-
-