public class AllocateEipAddressProResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
allocationId
The EIP ID.
|
String |
eipAddress
The IP address that is allocated to the EIP.
|
Long |
orderId
The order ID.
|
String |
requestId
The request ID.
|
String |
resourceGroupId
The ID of the resource group.
|
构造器和说明 |
---|
AllocateEipAddressProResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static AllocateEipAddressProResponseBody |
build(Map<String,?> map) |
String |
getAllocationId() |
String |
getEipAddress() |
Long |
getOrderId() |
String |
getRequestId() |
String |
getResourceGroupId() |
AllocateEipAddressProResponseBody |
setAllocationId(String allocationId) |
AllocateEipAddressProResponseBody |
setEipAddress(String eipAddress) |
AllocateEipAddressProResponseBody |
setOrderId(Long orderId) |
AllocateEipAddressProResponseBody |
setRequestId(String requestId) |
AllocateEipAddressProResponseBody |
setResourceGroupId(String resourceGroupId) |
@NameInMap(value="AllocationId") public String allocationId
The EIP ID.
example:eip-25877c70gddh****
@NameInMap(value="EipAddress") public String eipAddress
The IP address that is allocated to the EIP. This parameter is returned only when InstanceChargeType is set to PostPaid.
example:192.0.XX.XX
@NameInMap(value="OrderId") public Long orderId
The order ID.
This parameter is returned when InstanceChargeType is set to PrePaid. If AutoPay is set to false, you must manually complete the payment in the Order Center.
example:20190000
@NameInMap(value="RequestId") public String requestId
The request ID.
example:4EC47282-1B74-4534-BD0E-403F3EE64CAF
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group. This parameter is returned only when InstanceChargeType is set to PostPaid.
example:rg-resourcegroup****
public static AllocateEipAddressProResponseBody build(Map<String,?> map) throws Exception
Exception
public AllocateEipAddressProResponseBody setAllocationId(String allocationId)
public String getAllocationId()
public AllocateEipAddressProResponseBody setEipAddress(String eipAddress)
public String getEipAddress()
public AllocateEipAddressProResponseBody setOrderId(Long orderId)
public Long getOrderId()
public AllocateEipAddressProResponseBody setRequestId(String requestId)
public String getRequestId()
public AllocateEipAddressProResponseBody setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
Copyright © 2024. All rights reserved.