public class NetDetails extends AbstractModel
header, skipSign| 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 流量值(byte) | 
| String | getTime()Get 时间点,单位:s | 
| void | setCurrent(Float Current)Set 流量值(byte) | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic NetDetails()
public NetDetails(NetDetails source)
public Float getCurrent()
public void setCurrent(Float Current)
Current - 流量值(byte)public String getTime()
public void setTime(String Time)
Time - 时间点,单位:sCopyright © 2025. All rights reserved.