Class CustomerGateway
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bmvpc.v20180625.models.CustomerGateway
-
public class CustomerGateway extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CustomerGateway()
CustomerGateway(CustomerGateway 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 String
getCreateTime()
Get 创建时间String
getCustomerGatewayId()
Get 用户网关唯一IDString
getCustomerGatewayName()
Get 网关名称String
getIpAddress()
Get 公网地址Long
getVpnConnNum()
Get VPN通道引用个数 注意:此字段可能返回 null,表示取不到有效值。void
setCreateTime(String CreateTime)
Set 创建时间void
setCustomerGatewayId(String CustomerGatewayId)
Set 用户网关唯一IDvoid
setCustomerGatewayName(String CustomerGatewayName)
Set 网关名称void
setIpAddress(String IpAddress)
Set 公网地址void
setVpnConnNum(Long VpnConnNum)
Set VPN通道引用个数 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
CustomerGateway
public CustomerGateway()
-
CustomerGateway
public CustomerGateway(CustomerGateway 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
-
getCustomerGatewayId
public String getCustomerGatewayId()
Get 用户网关唯一ID- Returns:
- CustomerGatewayId 用户网关唯一ID
-
setCustomerGatewayId
public void setCustomerGatewayId(String CustomerGatewayId)
Set 用户网关唯一ID- Parameters:
CustomerGatewayId
- 用户网关唯一ID
-
getCustomerGatewayName
public String getCustomerGatewayName()
Get 网关名称- Returns:
- CustomerGatewayName 网关名称
-
setCustomerGatewayName
public void setCustomerGatewayName(String CustomerGatewayName)
Set 网关名称- Parameters:
CustomerGatewayName
- 网关名称
-
getIpAddress
public String getIpAddress()
Get 公网地址- Returns:
- IpAddress 公网地址
-
setIpAddress
public void setIpAddress(String IpAddress)
Set 公网地址- Parameters:
IpAddress
- 公网地址
-
getCreateTime
public String getCreateTime()
Get 创建时间- Returns:
- CreateTime 创建时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间- Parameters:
CreateTime
- 创建时间
-
getVpnConnNum
public Long getVpnConnNum()
Get VPN通道引用个数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VpnConnNum VPN通道引用个数 注意:此字段可能返回 null,表示取不到有效值。
-
setVpnConnNum
public void setVpnConnNum(Long VpnConnNum)
Set VPN通道引用个数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VpnConnNum
- VPN通道引用个数 注意:此字段可能返回 null,表示取不到有效值。
-
-