public class AllocateEipAddressResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
allocationId |
String |
eipAddress |
String |
requestId |
构造器和说明 |
---|
AllocateEipAddressResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static AllocateEipAddressResponseBody |
build(Map<String,?> map) |
String |
getAllocationId() |
String |
getEipAddress() |
String |
getRequestId() |
AllocateEipAddressResponseBody |
setAllocationId(String allocationId) |
AllocateEipAddressResponseBody |
setEipAddress(String eipAddress) |
AllocateEipAddressResponseBody |
setRequestId(String requestId) |
@NameInMap(value="AllocationId") public String allocationId
@NameInMap(value="EipAddress") public String eipAddress
@NameInMap(value="RequestId") public String requestId
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 setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.