public class ModifyEipAddressAttributesRequest extends Object
| 构造器和说明 |
|---|
ModifyEipAddressAttributesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyEipAddressAttributesRequest |
allocationId(String allocationId) |
ModifyEipAddressAttributesRequest |
bandwidth(Integer bandwidth) |
ModifyEipAddressAttributesRequest |
description(String description) |
boolean |
equals(Object o) |
@NotNull String |
getAllocationId()
Get allocationId
|
@Min(value=1L) @Max(value=1000L) Integer |
getBandwidth()
Get bandwidth
minimum: 1
maximum: 1000
|
@Size(min=1,max=255) String |
getDescription()
Get description
|
@Size(min=1,max=128) String |
getName()
Get name
|
int |
hashCode() |
ModifyEipAddressAttributesRequest |
name(String name) |
void |
setAllocationId(String allocationId) |
void |
setBandwidth(Integer bandwidth) |
void |
setDescription(String description) |
void |
setName(String name) |
String |
toString() |
public ModifyEipAddressAttributesRequest allocationId(String allocationId)
@NotNull public @NotNull String getAllocationId()
public void setAllocationId(String allocationId)
public ModifyEipAddressAttributesRequest bandwidth(Integer bandwidth)
@Min(value=1L) @Max(value=1000L) public @Min(value=1L) @Max(value=1000L) Integer getBandwidth()
public void setBandwidth(Integer bandwidth)
public ModifyEipAddressAttributesRequest description(String description)
@Size(min=1,
max=255)
public @Size(min=1,max=255) String getDescription()
public void setDescription(String description)
public ModifyEipAddressAttributesRequest name(String name)
@Size(min=1,
max=128)
public @Size(min=1,max=128) String getName()
public void setName(String name)
Copyright © 2024. All rights reserved.