public class AllocateEipAddressResponse
extends com.aliyuncs.AcsResponse
| Constructor and Description |
|---|
AllocateEipAddressResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllocationId() |
String |
getEipAddress() |
AllocateEipAddressResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getRequestId() |
void |
setAllocationId(String allocationId) |
void |
setEipAddress(String eipAddress) |
void |
setRequestId(String requestId) |
public String getRequestId()
public void setRequestId(String requestId)
public String getAllocationId()
public void setAllocationId(String allocationId)
public String getEipAddress()
public void setEipAddress(String eipAddress)
public AllocateEipAddressResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2017. All Rights Reserved.