public class CreateCustomerGatewayResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
createTime
The timestamp generated when the customer gateway was created.
|
String |
customerGatewayId
The ID of the customer gateway.
|
String |
description
The description of the customer gateway.
|
String |
ipAddress
The public IP address of the gateway device in the data center.
|
String |
name
The name of the customer gateway.
|
String |
requestId
The request ID.
|
构造器和说明 |
---|
CreateCustomerGatewayResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreateCustomerGatewayResponseBody |
build(Map<String,?> map) |
Long |
getCreateTime() |
String |
getCustomerGatewayId() |
String |
getDescription() |
String |
getIpAddress() |
String |
getName() |
String |
getRequestId() |
CreateCustomerGatewayResponseBody |
setCreateTime(Long createTime) |
CreateCustomerGatewayResponseBody |
setCustomerGatewayId(String customerGatewayId) |
CreateCustomerGatewayResponseBody |
setDescription(String description) |
CreateCustomerGatewayResponseBody |
setIpAddress(String ipAddress) |
CreateCustomerGatewayResponseBody |
setName(String name) |
CreateCustomerGatewayResponseBody |
setRequestId(String requestId) |
@NameInMap(value="CreateTime") public Long createTime
The timestamp generated when the customer gateway was created. Unit: milliseconds.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.
example:1493363486000
@NameInMap(value="CustomerGatewayId") public String customerGatewayId
The ID of the customer gateway.
example:cgw-bp1jrawp82av6bws9****
@NameInMap(value="Description") public String description
The description of the customer gateway.
example:desctest
@NameInMap(value="IpAddress") public String ipAddress
The public IP address of the gateway device in the data center.
example:101.12.XX.XX
@NameInMap(value="Name") public String name
The name of the customer gateway.
example:nametest
@NameInMap(value="RequestId") public String requestId
The request ID.
example:D32B3C26-6C6C-4988-93E9-D2A6444CE6AE
public static CreateCustomerGatewayResponseBody build(Map<String,?> map) throws Exception
Exception
public CreateCustomerGatewayResponseBody setCreateTime(Long createTime)
public Long getCreateTime()
public CreateCustomerGatewayResponseBody setCustomerGatewayId(String customerGatewayId)
public String getCustomerGatewayId()
public CreateCustomerGatewayResponseBody setDescription(String description)
public String getDescription()
public CreateCustomerGatewayResponseBody setIpAddress(String ipAddress)
public String getIpAddress()
public CreateCustomerGatewayResponseBody setName(String name)
public String getName()
public CreateCustomerGatewayResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.