public class BandwidthPriceGradient extends AbstractModel
Constructor and Description |
---|
BandwidthPriceGradient() |
Modifier and Type | Method and Description |
---|---|
Long[] |
getBandwidthRange()
Get 带宽范围。
|
Float |
getBandwidthUnitPrice()
Get 在对应带宽范围内的单宽单价,单位:元/Mbps/天。
|
void |
setBandwidthRange(Long[] BandwidthRange)
Set 带宽范围。
|
void |
setBandwidthUnitPrice(Float BandwidthUnitPrice)
Set 在对应带宽范围内的单宽单价,单位:元/Mbps/天。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long[] getBandwidthRange()
public void setBandwidthRange(Long[] BandwidthRange)
BandwidthRange
- 带宽范围。public Float getBandwidthUnitPrice()
public void setBandwidthUnitPrice(Float BandwidthUnitPrice)
BandwidthUnitPrice
- 在对应带宽范围内的单宽单价,单位:元/Mbps/天。Copyright © 2020. All rights reserved.