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 Bandwidth.
|
String |
getTime()
Get Format of return value:
yyyy-mm-dd HH:MM:SS
The time accuracy matches with the query granularity.
|
void |
setBandwidth(Float Bandwidth)
Set Bandwidth.
|
void |
setTime(String Time)
Set Format of return value:
yyyy-mm-dd HH:MM:SS
The time accuracy matches with the query granularity.
|
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
- Format of return value:
yyyy-mm-dd HH:MM:SS
The time accuracy matches with the query granularity.public Float getBandwidth()
public void setBandwidth(Float Bandwidth)
Bandwidth
- Bandwidth.Copyright © 2023. All rights reserved.