Class CustomerGateway
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.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 StringgetCreatedTime()Get 创建时间StringgetCustomerGatewayId()Get 用户网关唯一IDStringgetCustomerGatewayName()Get 网关名称StringgetIpAddress()Get 公网地址voidsetCreatedTime(String CreatedTime)Set 创建时间voidsetCustomerGatewayId(String CustomerGatewayId)Set 用户网关唯一IDvoidsetCustomerGatewayName(String CustomerGatewayName)Set 网关名称voidsetIpAddress(String IpAddress)Set 公网地址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
-
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- 公网地址
-
getCreatedTime
public String getCreatedTime()
Get 创建时间- Returns:
- CreatedTime 创建时间
-
setCreatedTime
public void setCreatedTime(String CreatedTime)
Set 创建时间- Parameters:
CreatedTime- 创建时间
-
-