public class CreateCloudNativeAPIGatewayPublicNetworkRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateCloudNativeAPIGatewayPublicNetworkRequest() | 
| CreateCloudNativeAPIGatewayPublicNetworkRequest(CreateCloudNativeAPIGatewayPublicNetworkRequest 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getGatewayId()Get 云原生API网关实例ID。 | 
| String | getGroupId()Get 分组id。 | 
| InternetConfig | getInternetConfig()Get 公网负载均衡配置。 | 
| void | setGatewayId(String GatewayId)Set 云原生API网关实例ID。 | 
| void | setGroupId(String GroupId)Set 分组id。 | 
| void | setInternetConfig(InternetConfig InternetConfig)Set 公网负载均衡配置。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateCloudNativeAPIGatewayPublicNetworkRequest()
public CreateCloudNativeAPIGatewayPublicNetworkRequest(CreateCloudNativeAPIGatewayPublicNetworkRequest source)
public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId - 云原生API网关实例ID。public String getGroupId()
public void setGroupId(String GroupId)
GroupId - 分组id。public InternetConfig getInternetConfig()
public void setInternetConfig(InternetConfig InternetConfig)
InternetConfig - 公网负载均衡配置。Copyright © 2025. All rights reserved.