public class AllocateIpv6AddressBandwidthRequest extends Object
| Constructor and Description |
|---|
AllocateIpv6AddressBandwidthRequest() |
| Modifier and Type | Method and Description |
|---|---|
AllocateIpv6AddressBandwidthRequest |
bandwidth(Integer bandwidth) |
AllocateIpv6AddressBandwidthRequest |
bandwidthPackageId(String bandwidthPackageId) |
AllocateIpv6AddressBandwidthRequest |
billingType(Integer billingType) |
AllocateIpv6AddressBandwidthRequest |
clientToken(String clientToken) |
boolean |
equals(Object o) |
@Min(value=1L) Integer |
getBandwidth()
Get bandwidth
minimum: 1
|
String |
getBandwidthPackageId()
Get bandwidthPackageId
|
@NotNull Integer |
getBillingType()
Get billingType
|
String |
getClientToken()
Get clientToken
|
@NotNull String |
getIpv6Address()
Get ipv6Address
|
int |
hashCode() |
AllocateIpv6AddressBandwidthRequest |
ipv6Address(String ipv6Address) |
void |
setBandwidth(Integer bandwidth) |
void |
setBandwidthPackageId(String bandwidthPackageId) |
void |
setBillingType(Integer billingType) |
void |
setClientToken(String clientToken) |
void |
setIpv6Address(String ipv6Address) |
String |
toString() |
public AllocateIpv6AddressBandwidthRequest bandwidth(Integer bandwidth)
@Min(value=1L) public @Min(value=1L) Integer getBandwidth()
public void setBandwidth(Integer bandwidth)
public AllocateIpv6AddressBandwidthRequest bandwidthPackageId(String bandwidthPackageId)
public String getBandwidthPackageId()
public void setBandwidthPackageId(String bandwidthPackageId)
public AllocateIpv6AddressBandwidthRequest billingType(Integer billingType)
@NotNull public @NotNull Integer getBillingType()
public void setBillingType(Integer billingType)
public AllocateIpv6AddressBandwidthRequest clientToken(String clientToken)
public String getClientToken()
public void setClientToken(String clientToken)
public AllocateIpv6AddressBandwidthRequest ipv6Address(String ipv6Address)
@NotNull public @NotNull String getIpv6Address()
public void setIpv6Address(String ipv6Address)
Copyright © 2024. All rights reserved.