public class AllocateEipAddressResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
allocationId
The EIP ID.
|
String |
eipAddress
The EIP that is allocated.
|
Long |
orderId
The order ID.
|
String |
requestId
The request ID.
|
String |
resourceGroupId
The ID of the resource group.
|
构造器和说明 |
---|
AllocateEipAddressResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static AllocateEipAddressResponseBody |
build(Map<String,?> map) |
String |
getAllocationId() |
String |
getEipAddress() |
Long |
getOrderId() |
String |
getRequestId() |
String |
getResourceGroupId() |
AllocateEipAddressResponseBody |
setAllocationId(String allocationId) |
AllocateEipAddressResponseBody |
setEipAddress(String eipAddress) |
AllocateEipAddressResponseBody |
setOrderId(Long orderId) |
AllocateEipAddressResponseBody |
setRequestId(String requestId) |
AllocateEipAddressResponseBody |
setResourceGroupId(String resourceGroupId) |
@NameInMap(value="AllocationId") public String allocationId
The EIP ID.
example:eip-25877c70gddh****
@NameInMap(value="EipAddress") public String eipAddress
The EIP that is allocated. 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 only when InstanceChargeType is set to PrePaid.
example:10
@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-acfmxazfdgdg****
public static AllocateEipAddressResponseBody build(Map<String,?> map) throws Exception
Exception
public AllocateEipAddressResponseBody setAllocationId(String allocationId)
public String getAllocationId()
public AllocateEipAddressResponseBody setEipAddress(String eipAddress)
public String getEipAddress()
public AllocateEipAddressResponseBody setOrderId(Long orderId)
public Long getOrderId()
public AllocateEipAddressResponseBody setRequestId(String requestId)
public String getRequestId()
public AllocateEipAddressResponseBody setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
Copyright © 2024. All rights reserved.