Class ModifyCloudNativeAPIGatewayRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tse.v20201207.models.ModifyCloudNativeAPIGatewayRequest
-
public class ModifyCloudNativeAPIGatewayRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyCloudNativeAPIGatewayRequest()ModifyCloudNativeAPIGatewayRequest(ModifyCloudNativeAPIGatewayRequest 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 StringgetDescription()Get 云原生API网关描述信息, 最多支持120个字符。BooleangetEnableCls()Get 是否开启 CLS 日志。暂时取值只能是 true,即只能从关闭状态变成开启状态。StringgetGatewayId()Get 云原生API网关实例ID。StringgetInternetPayMode()Get 公网计费模式。可选取值 BANDWIDTH | TRAFFIC ,表示按带宽和按流量计费。StringgetName()Get 云原生API网关名字, 最多支持60个字符。voidsetDescription(String Description)Set 云原生API网关描述信息, 最多支持120个字符。voidsetEnableCls(Boolean EnableCls)Set 是否开启 CLS 日志。暂时取值只能是 true,即只能从关闭状态变成开启状态。voidsetGatewayId(String GatewayId)Set 云原生API网关实例ID。voidsetInternetPayMode(String InternetPayMode)Set 公网计费模式。可选取值 BANDWIDTH | TRAFFIC ,表示按带宽和按流量计费。voidsetName(String Name)Set 云原生API网关名字, 最多支持60个字符。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
-
ModifyCloudNativeAPIGatewayRequest
public ModifyCloudNativeAPIGatewayRequest()
-
ModifyCloudNativeAPIGatewayRequest
public ModifyCloudNativeAPIGatewayRequest(ModifyCloudNativeAPIGatewayRequest 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。
-
getName
public String getName()
Get 云原生API网关名字, 最多支持60个字符。- Returns:
- Name 云原生API网关名字, 最多支持60个字符。
-
setName
public void setName(String Name)
Set 云原生API网关名字, 最多支持60个字符。- Parameters:
Name- 云原生API网关名字, 最多支持60个字符。
-
getDescription
public String getDescription()
Get 云原生API网关描述信息, 最多支持120个字符。- Returns:
- Description 云原生API网关描述信息, 最多支持120个字符。
-
setDescription
public void setDescription(String Description)
Set 云原生API网关描述信息, 最多支持120个字符。- Parameters:
Description- 云原生API网关描述信息, 最多支持120个字符。
-
getEnableCls
public Boolean getEnableCls()
Get 是否开启 CLS 日志。暂时取值只能是 true,即只能从关闭状态变成开启状态。- Returns:
- EnableCls 是否开启 CLS 日志。暂时取值只能是 true,即只能从关闭状态变成开启状态。
-
setEnableCls
public void setEnableCls(Boolean EnableCls)
Set 是否开启 CLS 日志。暂时取值只能是 true,即只能从关闭状态变成开启状态。- Parameters:
EnableCls- 是否开启 CLS 日志。暂时取值只能是 true,即只能从关闭状态变成开启状态。
-
getInternetPayMode
public String getInternetPayMode()
Get 公网计费模式。可选取值 BANDWIDTH | TRAFFIC ,表示按带宽和按流量计费。- Returns:
- InternetPayMode 公网计费模式。可选取值 BANDWIDTH | TRAFFIC ,表示按带宽和按流量计费。
-
setInternetPayMode
public void setInternetPayMode(String InternetPayMode)
Set 公网计费模式。可选取值 BANDWIDTH | TRAFFIC ,表示按带宽和按流量计费。- Parameters:
InternetPayMode- 公网计费模式。可选取值 BANDWIDTH | TRAFFIC ,表示按带宽和按流量计费。
-
-