public class BandwidthInfo extends AbstractModel
Constructor and Description |
---|
BandwidthInfo() |
BandwidthInfo(BandwidthInfo 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.
|
Modifier and Type | Method and Description |
---|---|
Float |
getBandwidth()
Get 带宽。
|
String |
getTime()
Get 返回格式:
yyyy-mm-dd HH:MM:SS
根据粒度会有不同程度的缩减。
|
void |
setBandwidth(Float Bandwidth)
Set 带宽。
|
void |
setTime(String Time)
Set 返回格式:
yyyy-mm-dd HH:MM:SS
根据粒度会有不同程度的缩减。
|
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 BandwidthInfo()
public BandwidthInfo(BandwidthInfo source)
public String getTime()
public void setTime(String Time)
Time
- 返回格式:
yyyy-mm-dd HH:MM:SS
根据粒度会有不同程度的缩减。public Float getBandwidth()
public void setBandwidth(Float Bandwidth)
Bandwidth
- 带宽。Copyright © 2021. All rights reserved.