public class CustomerGateway extends AbstractModel
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 |
---|---|
String |
getCreatedTime()
Get The creation time.
|
String |
getCustomerGatewayId()
Get The unique ID of the customer gateway
|
String |
getCustomerGatewayName()
Get Gateway Name
|
String |
getIpAddress()
Get Public network address
|
void |
setCreatedTime(String CreatedTime)
Set The creation time.
|
void |
setCustomerGatewayId(String CustomerGatewayId)
Set The unique ID of the customer gateway
|
void |
setCustomerGatewayName(String CustomerGatewayName)
Set Gateway Name
|
void |
setIpAddress(String IpAddress)
Set Public network address
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CustomerGateway()
public CustomerGateway(CustomerGateway source)
public String getCustomerGatewayId()
public void setCustomerGatewayId(String CustomerGatewayId)
CustomerGatewayId
- The unique ID of the customer gatewaypublic String getCustomerGatewayName()
public void setCustomerGatewayName(String CustomerGatewayName)
CustomerGatewayName
- Gateway Namepublic String getIpAddress()
public void setIpAddress(String IpAddress)
IpAddress
- Public network addresspublic String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- The creation time.Copyright © 2023. All rights reserved.