public class PeakNetwork extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
PeakNetwork()  | 
PeakNetwork(PeakNetwork 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 | 
|---|---|
String | 
getChargeNetwork()
Get Billable bandwidth in bps 
 | 
String | 
getPeakInNetwork()
Get Inbound bandwidth data. 
 | 
String | 
getPeakOutNetwork()
Get Outbound bandwidth data. 
 | 
String | 
getRecordTime()
Get Recording time. 
 | 
void | 
setChargeNetwork(String ChargeNetwork)
Set Billable bandwidth in bps 
 | 
void | 
setPeakInNetwork(String PeakInNetwork)
Set Inbound bandwidth data. 
 | 
void | 
setPeakOutNetwork(String PeakOutNetwork)
Set Outbound bandwidth data. 
 | 
void | 
setRecordTime(String RecordTime)
Set Recording time. 
 | 
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 PeakNetwork()
public PeakNetwork(PeakNetwork source)
public String getRecordTime()
public void setRecordTime(String RecordTime)
RecordTime - Recording time.public String getPeakInNetwork()
public void setPeakInNetwork(String PeakInNetwork)
PeakInNetwork - Inbound bandwidth data.public String getPeakOutNetwork()
public void setPeakOutNetwork(String PeakOutNetwork)
PeakOutNetwork - Outbound bandwidth data.public String getChargeNetwork()
public void setChargeNetwork(String ChargeNetwork)
ChargeNetwork - Billable bandwidth in bpsCopyright © 2025. All rights reserved.