Class BandwidthPriceGradient
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gaap.v20180529.models.BandwidthPriceGradient
-
public class BandwidthPriceGradient extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BandwidthPriceGradient()BandwidthPriceGradient(BandwidthPriceGradient source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long[]getBandwidthRange()Get 带宽范围。FloatgetBandwidthUnitPrice()Get 在对应带宽范围内的单宽单价,单位:元/Mbps/天。FloatgetDiscountBandwidthUnitPrice()Get 带宽折扣价,单位:元/Mbps/天。voidsetBandwidthRange(Long[] BandwidthRange)Set 带宽范围。voidsetBandwidthUnitPrice(Float BandwidthUnitPrice)Set 在对应带宽范围内的单宽单价,单位:元/Mbps/天。voidsetDiscountBandwidthUnitPrice(Float DiscountBandwidthUnitPrice)Set 带宽折扣价,单位:元/Mbps/天。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
BandwidthPriceGradient
public BandwidthPriceGradient()
-
BandwidthPriceGradient
public BandwidthPriceGradient(BandwidthPriceGradient source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getBandwidthRange
public Long[] getBandwidthRange()
Get 带宽范围。- Returns:
- BandwidthRange 带宽范围。
-
setBandwidthRange
public void setBandwidthRange(Long[] BandwidthRange)
Set 带宽范围。- Parameters:
BandwidthRange- 带宽范围。
-
getBandwidthUnitPrice
public Float getBandwidthUnitPrice()
Get 在对应带宽范围内的单宽单价,单位:元/Mbps/天。- Returns:
- BandwidthUnitPrice 在对应带宽范围内的单宽单价,单位:元/Mbps/天。
-
setBandwidthUnitPrice
public void setBandwidthUnitPrice(Float BandwidthUnitPrice)
Set 在对应带宽范围内的单宽单价,单位:元/Mbps/天。- Parameters:
BandwidthUnitPrice- 在对应带宽范围内的单宽单价,单位:元/Mbps/天。
-
getDiscountBandwidthUnitPrice
public Float getDiscountBandwidthUnitPrice()
Get 带宽折扣价,单位:元/Mbps/天。- Returns:
- DiscountBandwidthUnitPrice 带宽折扣价,单位:元/Mbps/天。
-
setDiscountBandwidthUnitPrice
public void setDiscountBandwidthUnitPrice(Float DiscountBandwidthUnitPrice)
Set 带宽折扣价,单位:元/Mbps/天。- Parameters:
DiscountBandwidthUnitPrice- 带宽折扣价,单位:元/Mbps/天。
-
-