public class CustomerGateway extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getBgpAsn()
Get BGP ASN。
|
String |
getCreatedTime()
Get 创建时间
|
String |
getCustomerGatewayId()
Get 用户网关唯一ID
|
String |
getCustomerGatewayName()
Get 网关名称
|
String |
getIpAddress()
Get 公网地址
|
void |
setBgpAsn(Long BgpAsn)
Set BGP ASN。
|
void |
setCreatedTime(String CreatedTime)
Set 创建时间
|
void |
setCustomerGatewayId(String CustomerGatewayId)
Set 用户网关唯一ID
|
void |
setCustomerGatewayName(String CustomerGatewayName)
Set 网关名称
|
void |
setIpAddress(String IpAddress)
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, toJsonString
public CustomerGateway()
public CustomerGateway(CustomerGateway source)
public String getCustomerGatewayId()
public void setCustomerGatewayId(String CustomerGatewayId)
CustomerGatewayId
- 用户网关唯一IDpublic String getCustomerGatewayName()
public void setCustomerGatewayName(String CustomerGatewayName)
CustomerGatewayName
- 网关名称public String getIpAddress()
public void setIpAddress(String IpAddress)
IpAddress
- 公网地址public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- 创建时间public Long getBgpAsn()
public void setBgpAsn(Long BgpAsn)
BgpAsn
- BGP ASN。Copyright © 2024. All rights reserved.