类 AssociateEipAddressRequest
- java.lang.Object
-
- com.volcengine.vpc.model.AssociateEipAddressRequest
-
public class AssociateEipAddressRequest extends Object
AssociateEipAddressRequest
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classAssociateEipAddressRequest.InstanceTypeEnumGets or Sets instanceType
-
构造器概要
构造器 构造器 说明 AssociateEipAddressRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 AssociateEipAddressRequestallocationId(String allocationId)booleanequals(Object o)@NotNull StringgetAllocationId()Get allocationId@NotNull StringgetInstanceId()Get instanceId@NotNull AssociateEipAddressRequest.InstanceTypeEnumgetInstanceType()Get instanceTypeStringgetPrivateIpAddress()Get privateIpAddressinthashCode()AssociateEipAddressRequestinstanceId(String instanceId)AssociateEipAddressRequestinstanceType(AssociateEipAddressRequest.InstanceTypeEnum instanceType)AssociateEipAddressRequestprivateIpAddress(String privateIpAddress)voidsetAllocationId(String allocationId)voidsetInstanceId(String instanceId)voidsetInstanceType(AssociateEipAddressRequest.InstanceTypeEnum instanceType)voidsetPrivateIpAddress(String privateIpAddress)StringtoString()
-
-
-
方法详细资料
-
allocationId
public AssociateEipAddressRequest allocationId(String allocationId)
-
getAllocationId
@NotNull public @NotNull String getAllocationId()
Get allocationId- 返回:
- allocationId
-
setAllocationId
public void setAllocationId(String allocationId)
-
instanceId
public AssociateEipAddressRequest instanceId(String instanceId)
-
getInstanceId
@NotNull public @NotNull String getInstanceId()
Get instanceId- 返回:
- instanceId
-
setInstanceId
public void setInstanceId(String instanceId)
-
instanceType
public AssociateEipAddressRequest instanceType(AssociateEipAddressRequest.InstanceTypeEnum instanceType)
-
getInstanceType
@NotNull public @NotNull AssociateEipAddressRequest.InstanceTypeEnum getInstanceType()
Get instanceType- 返回:
- instanceType
-
setInstanceType
public void setInstanceType(AssociateEipAddressRequest.InstanceTypeEnum instanceType)
-
privateIpAddress
public AssociateEipAddressRequest privateIpAddress(String privateIpAddress)
-
getPrivateIpAddress
public String getPrivateIpAddress()
Get privateIpAddress- 返回:
- privateIpAddress
-
setPrivateIpAddress
public void setPrivateIpAddress(String privateIpAddress)
-
-