public class AllocateEipAddressResponse extends AbstractResponse
responseMetadata| 构造器和说明 |
|---|
AllocateEipAddressResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
AllocateEipAddressResponse |
allocationId(String allocationId) |
AllocateEipAddressResponse |
eipAddress(String eipAddress) |
boolean |
equals(Object o) |
String |
getAllocationId()
Get allocationId
|
String |
getEipAddress()
Get eipAddress
|
String |
getRequestId()
Get requestId
|
int |
hashCode() |
AllocateEipAddressResponse |
requestId(String requestId) |
void |
setAllocationId(String allocationId) |
void |
setEipAddress(String eipAddress) |
void |
setRequestId(String requestId) |
String |
toString() |
getResponseMetadata, setResponseMetadatapublic AllocateEipAddressResponse allocationId(String allocationId)
public String getAllocationId()
public void setAllocationId(String allocationId)
public AllocateEipAddressResponse eipAddress(String eipAddress)
public String getEipAddress()
public void setEipAddress(String eipAddress)
public AllocateEipAddressResponse requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
Copyright © 2024. All rights reserved.