类 CreateHaVipResponse
- java.lang.Object
-
- com.volcengine.model.AbstractResponse
-
- com.volcengine.vpc.model.CreateHaVipResponse
-
public class CreateHaVipResponse extends AbstractResponse
CreateHaVipResponse
-
-
字段概要
-
从类继承的字段 com.volcengine.model.AbstractResponse
responseMetadata
-
-
构造器概要
构造器 构造器 说明 CreateHaVipResponse()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanequals(Object o)StringgetHaVipId()Get haVipIdStringgetIpAddress()Get ipAddressStringgetRequestId()Get requestIdinthashCode()CreateHaVipResponsehaVipId(String haVipId)CreateHaVipResponseipAddress(String ipAddress)CreateHaVipResponserequestId(String requestId)voidsetHaVipId(String haVipId)voidsetIpAddress(String ipAddress)voidsetRequestId(String requestId)StringtoString()-
从类继承的方法 com.volcengine.model.AbstractResponse
getResponseMetadata, setResponseMetadata
-
-
-
-
方法详细资料
-
haVipId
public CreateHaVipResponse haVipId(String haVipId)
-
getHaVipId
public String getHaVipId()
Get haVipId- 返回:
- haVipId
-
setHaVipId
public void setHaVipId(String haVipId)
-
ipAddress
public CreateHaVipResponse ipAddress(String ipAddress)
-
getIpAddress
public String getIpAddress()
Get ipAddress- 返回:
- ipAddress
-
setIpAddress
public void setIpAddress(String ipAddress)
-
requestId
public CreateHaVipResponse requestId(String requestId)
-
getRequestId
public String getRequestId()
Get requestId- 返回:
- requestId
-
setRequestId
public void setRequestId(String requestId)
-
-