public class ConvertEipAddressBillingTypeRequest extends Object
| 构造器和说明 |
|---|
ConvertEipAddressBillingTypeRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
ConvertEipAddressBillingTypeRequest |
allocationId(String allocationId) |
ConvertEipAddressBillingTypeRequest |
bandwidth(Integer bandwidth) |
ConvertEipAddressBillingTypeRequest |
billingType(Integer billingType) |
boolean |
equals(Object o) |
@NotNull String |
getAllocationId()
Get allocationId
|
Integer |
getBandwidth()
Get bandwidth
|
@NotNull @Min(value=1L) @Max(value=3L) Integer |
getBillingType()
Get billingType
minimum: 1
maximum: 3
|
@Min(value=1L) @Max(value=60L) Integer |
getPeriod()
Get period
minimum: 1
maximum: 60
|
@Min(value=1L) @Max(value=2L) Integer |
getPeriodUnit()
Get periodUnit
minimum: 1
maximum: 2
|
int |
hashCode() |
ConvertEipAddressBillingTypeRequest |
period(Integer period) |
ConvertEipAddressBillingTypeRequest |
periodUnit(Integer periodUnit) |
void |
setAllocationId(String allocationId) |
void |
setBandwidth(Integer bandwidth) |
void |
setBillingType(Integer billingType) |
void |
setPeriod(Integer period) |
void |
setPeriodUnit(Integer periodUnit) |
String |
toString() |
public ConvertEipAddressBillingTypeRequest allocationId(String allocationId)
@NotNull public @NotNull String getAllocationId()
public void setAllocationId(String allocationId)
public ConvertEipAddressBillingTypeRequest bandwidth(Integer bandwidth)
public Integer getBandwidth()
public void setBandwidth(Integer bandwidth)
public ConvertEipAddressBillingTypeRequest billingType(Integer billingType)
@NotNull @Min(value=1L) @Max(value=3L) public @NotNull @Min(value=1L) @Max(value=3L) Integer getBillingType()
public void setBillingType(Integer billingType)
public ConvertEipAddressBillingTypeRequest period(Integer period)
@Min(value=1L) @Max(value=60L) public @Min(value=1L) @Max(value=60L) Integer getPeriod()
public void setPeriod(Integer period)
public ConvertEipAddressBillingTypeRequest periodUnit(Integer periodUnit)
@Min(value=1L) @Max(value=2L) public @Min(value=1L) @Max(value=2L) Integer getPeriodUnit()
public void setPeriodUnit(Integer periodUnit)
Copyright © 2025. All rights reserved.