Class UpdateCloudNativeAPIGatewaySpecRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tse.v20201207.models.UpdateCloudNativeAPIGatewaySpecRequest
-
public class UpdateCloudNativeAPIGatewaySpecRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateCloudNativeAPIGatewaySpecRequest()UpdateCloudNativeAPIGatewaySpecRequest(UpdateCloudNativeAPIGatewaySpecRequest 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 云原生API网关实例ID。 只支持后付费实例StringgetGroupId()Get 网关分组idCloudNativeAPIGatewayNodeConfiggetNodeConfig()Get 网关分组节点规格配置。voidsetGatewayId(String GatewayId)Set 云原生API网关实例ID。 只支持后付费实例voidsetGroupId(String GroupId)Set 网关分组idvoidsetNodeConfig(CloudNativeAPIGatewayNodeConfig NodeConfig)Set 网关分组节点规格配置。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
-
UpdateCloudNativeAPIGatewaySpecRequest
public UpdateCloudNativeAPIGatewaySpecRequest()
-
UpdateCloudNativeAPIGatewaySpecRequest
public UpdateCloudNativeAPIGatewaySpecRequest(UpdateCloudNativeAPIGatewaySpecRequest 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。 只支持后付费实例
-
getGroupId
public String getGroupId()
Get 网关分组id- Returns:
- GroupId 网关分组id
-
setGroupId
public void setGroupId(String GroupId)
Set 网关分组id- Parameters:
GroupId- 网关分组id
-
getNodeConfig
public CloudNativeAPIGatewayNodeConfig getNodeConfig()
Get 网关分组节点规格配置。- Returns:
- NodeConfig 网关分组节点规格配置。
-
setNodeConfig
public void setNodeConfig(CloudNativeAPIGatewayNodeConfig NodeConfig)
Set 网关分组节点规格配置。- Parameters:
NodeConfig- 网关分组节点规格配置。
-
-