public class TemporaryUpgradeEipAddressRequest extends Object
| Constructor and Description |
|---|
TemporaryUpgradeEipAddressRequest() |
| Modifier and Type | Method and Description |
|---|---|
TemporaryUpgradeEipAddressRequest |
allocationId(String allocationId) |
TemporaryUpgradeEipAddressRequest |
bandwidth(Integer bandwidth) |
boolean |
equals(Object o) |
@NotNull @Size(min=1,max=128) String |
getAllocationId()
Get allocationId
|
@NotNull @Min(value=1L) Integer |
getBandwidth()
Get bandwidth
minimum: 1
|
@NotNull @Min(value=1L) @Max(value=720L) Integer |
getPeriod()
Get period
minimum: 1
maximum: 720
|
int |
hashCode() |
TemporaryUpgradeEipAddressRequest |
period(Integer period) |
void |
setAllocationId(String allocationId) |
void |
setBandwidth(Integer bandwidth) |
void |
setPeriod(Integer period) |
String |
toString() |
public TemporaryUpgradeEipAddressRequest allocationId(String allocationId)
@NotNull
@Size(min=1,
max=128)
public @NotNull @Size(min=1,max=128) String getAllocationId()
public void setAllocationId(String allocationId)
public TemporaryUpgradeEipAddressRequest bandwidth(Integer bandwidth)
@NotNull @Min(value=1L) public @NotNull @Min(value=1L) Integer getBandwidth()
public void setBandwidth(Integer bandwidth)
public TemporaryUpgradeEipAddressRequest period(Integer period)
@NotNull @Min(value=1L) @Max(value=720L) public @NotNull @Min(value=1L) @Max(value=720L) Integer getPeriod()
public void setPeriod(Integer period)
Copyright © 2024. All rights reserved.