public class ConvertEipAddressBillingTypeRequest extends Object
| Constructor and Description |
|---|
ConvertEipAddressBillingTypeRequest() |
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 © 2024. All rights reserved.