public class BandwidthInfo extends AbstractModel
Constructor and Description |
---|
BandwidthInfo() |
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 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 © 2020. All rights reserved.