类 ModifyEipAddressAttributesRequest
- java.lang.Object
-
- com.volcengine.vpc.model.ModifyEipAddressAttributesRequest
-
public class ModifyEipAddressAttributesRequest extends Object
ModifyEipAddressAttributesRequest
-
-
构造器概要
构造器 构造器 说明 ModifyEipAddressAttributesRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ModifyEipAddressAttributesRequestallocationId(String allocationId)ModifyEipAddressAttributesRequestbandwidth(Integer bandwidth)ModifyEipAddressAttributesRequestdescription(String description)booleanequals(Object o)@NotNull StringgetAllocationId()Get allocationId@Min(1L) @Max(1000L) IntegergetBandwidth()Get bandwidth minimum: 1 maximum: 1000@Size(min=1,max=255) StringgetDescription()Get description@Size(min=1,max=128) StringgetName()Get nameinthashCode()ModifyEipAddressAttributesRequestname(String name)voidsetAllocationId(String allocationId)voidsetBandwidth(Integer bandwidth)voidsetDescription(String description)voidsetName(String name)StringtoString()
-
-
-
方法详细资料
-
allocationId
public ModifyEipAddressAttributesRequest allocationId(String allocationId)
-
getAllocationId
@NotNull public @NotNull String getAllocationId()
Get allocationId- 返回:
- allocationId
-
setAllocationId
public void setAllocationId(String allocationId)
-
bandwidth
public ModifyEipAddressAttributesRequest bandwidth(Integer bandwidth)
-
getBandwidth
@Min(1L) @Max(1000L) public @Min(1L) @Max(1000L) Integer getBandwidth()
Get bandwidth minimum: 1 maximum: 1000- 返回:
- bandwidth
-
setBandwidth
public void setBandwidth(Integer bandwidth)
-
description
public ModifyEipAddressAttributesRequest description(String description)
-
getDescription
@Size(min=1, max=255) public @Size(min=1,max=255) String getDescription()Get description- 返回:
- description
-
setDescription
public void setDescription(String description)
-
name
public ModifyEipAddressAttributesRequest name(String name)
-
getName
@Size(min=1, max=128) public @Size(min=1,max=128) String getName()Get name- 返回:
- name
-
setName
public void setName(String name)
-
-