public class FwGateway extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| FwGateway() | 
| FwGateway(FwGateway 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 | getIpAddress()Get 网关ip地址 | 
| String | getVpcId()Get 网关所属vpc id | 
| void | setGatewayId(String GatewayId)Set 防火墙网关id | 
| void | setIpAddress(String IpAddress)Set 网关ip地址 | 
| void | setVpcId(String VpcId)Set 网关所属vpc id | 
| 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 FwGateway()
public FwGateway(FwGateway source)
public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId - 防火墙网关idpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId - 网关所属vpc idpublic String getIpAddress()
public void setIpAddress(String IpAddress)
IpAddress - 网关ip地址Copyright © 2025. All rights reserved.