public class CustomerGateway extends AbstractModel
| Constructor and Description | 
|---|
| CustomerGateway() | 
| 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, toJsonStringpublic 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 © 2021. All rights reserved.