public class DescribePublicNetworkResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribePublicNetworkResult() | 
| DescribePublicNetworkResult(DescribePublicNetworkResult 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 网关实例ID | 
| String | getGroupId()Get 网关分组ID | 
| CloudNativeAPIGatewayConfig | getPublicNetwork()Get 客户端公网信息 | 
| void | setGatewayId(String GatewayId)Set 网关实例ID | 
| void | setGroupId(String GroupId)Set 网关分组ID | 
| void | setPublicNetwork(CloudNativeAPIGatewayConfig PublicNetwork)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 DescribePublicNetworkResult()
public DescribePublicNetworkResult(DescribePublicNetworkResult source)
public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId - 网关实例IDpublic String getGroupId()
public void setGroupId(String GroupId)
GroupId - 网关分组IDpublic CloudNativeAPIGatewayConfig getPublicNetwork()
public void setPublicNetwork(CloudNativeAPIGatewayConfig PublicNetwork)
PublicNetwork - 客户端公网信息Copyright © 2025. All rights reserved.