public class NetDetails extends AbstractModel
Constructor and Description |
---|
NetDetails() |
NetDetails(NetDetails 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 |
getCurrent()
Get 流量值(bit)
|
String |
getTime()
Get 时间点,单位:s
|
void |
setCurrent(Float Current)
Set 流量值(bit)
|
void |
setTime(String Time)
Set 时间点,单位:s
|
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 NetDetails()
public NetDetails(NetDetails source)
public String getTime()
public void setTime(String Time)
Time
- 时间点,单位:spublic Float getCurrent()
public void setCurrent(Float Current)
Current
- 流量值(bit)Copyright © 2022. All rights reserved.