Class FwGateway
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.FwGateway
-
public class FwGateway extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGatewayId()Get 防火墙网关idStringgetIpAddress()Get 网关ip地址 注意:此字段可能返回 null,表示取不到有效值。StringgetVpcId()Get 网关所属vpc id 注意:此字段可能返回 null,表示取不到有效值。voidsetGatewayId(String GatewayId)Set 防火墙网关idvoidsetIpAddress(String IpAddress)Set 网关ip地址 注意:此字段可能返回 null,表示取不到有效值。voidsetVpcId(String VpcId)Set 网关所属vpc id 注意:此字段可能返回 null,表示取不到有效值。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
-
FwGateway
public FwGateway()
-
FwGateway
public 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.
-
-
Method Detail
-
getGatewayId
public String getGatewayId()
Get 防火墙网关id- Returns:
- GatewayId 防火墙网关id
-
setGatewayId
public void setGatewayId(String GatewayId)
Set 防火墙网关id- Parameters:
GatewayId- 防火墙网关id
-
getVpcId
public String getVpcId()
Get 网关所属vpc id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VpcId 网关所属vpc id 注意:此字段可能返回 null,表示取不到有效值。
-
setVpcId
public void setVpcId(String VpcId)
Set 网关所属vpc id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VpcId- 网关所属vpc id 注意:此字段可能返回 null,表示取不到有效值。
-
getIpAddress
public String getIpAddress()
Get 网关ip地址 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- IpAddress 网关ip地址 注意:此字段可能返回 null,表示取不到有效值。
-
setIpAddress
public void setIpAddress(String IpAddress)
Set 网关ip地址 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
IpAddress- 网关ip地址 注意:此字段可能返回 null,表示取不到有效值。
-
-