类 AllocateEipAddressResponse
- java.lang.Object
-
- com.volcengine.model.AbstractResponse
-
- com.volcengine.vpc.model.AllocateEipAddressResponse
-
public class AllocateEipAddressResponse extends AbstractResponse
AllocateEipAddressResponse
-
-
字段概要
-
从类继承的字段 com.volcengine.model.AbstractResponse
responseMetadata
-
-
构造器概要
构造器 构造器 说明 AllocateEipAddressResponse()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 AllocateEipAddressResponseallocationId(String allocationId)AllocateEipAddressResponseeipAddress(String eipAddress)booleanequals(Object o)StringgetAllocationId()Get allocationIdStringgetEipAddress()Get eipAddressStringgetRequestId()Get requestIdinthashCode()AllocateEipAddressResponserequestId(String requestId)voidsetAllocationId(String allocationId)voidsetEipAddress(String eipAddress)voidsetRequestId(String requestId)StringtoString()-
从类继承的方法 com.volcengine.model.AbstractResponse
getResponseMetadata, setResponseMetadata
-
-
-
-
方法详细资料
-
allocationId
public AllocateEipAddressResponse allocationId(String allocationId)
-
getAllocationId
public String getAllocationId()
Get allocationId- 返回:
- allocationId
-
setAllocationId
public void setAllocationId(String allocationId)
-
eipAddress
public AllocateEipAddressResponse eipAddress(String eipAddress)
-
getEipAddress
public String getEipAddress()
Get eipAddress- 返回:
- eipAddress
-
setEipAddress
public void setEipAddress(String eipAddress)
-
requestId
public AllocateEipAddressResponse requestId(String requestId)
-
getRequestId
public String getRequestId()
Get requestId- 返回:
- requestId
-
setRequestId
public void setRequestId(String requestId)
-
-