public class BaradData extends AbstractModel
| Constructor and Description | 
|---|
BaradData()  | 
| Modifier and Type | Method and Description | 
|---|---|
Long | 
getCount()
Get Value array size 
 | 
Float[] | 
getData()
Get Value array 
 | 
String | 
getMetricName()
Get Metric name (connum: number of active TCP connections;
new_conn: number of new TCP connections;
inactive_conn: number of inactive connections;
intraffic: inbound traffic;
outtraffic: outbound traffic;
alltraffic: sum of inbound and outbound traffic;
inpkg: inbound packet rate;
outpkg: outbound packet rate;) 
 | 
void | 
setCount(Long Count)
Set Value array size 
 | 
void | 
setData(Float[] Data)
Set Value array 
 | 
void | 
setMetricName(String MetricName)
Set Metric name (connum: number of active TCP connections;
new_conn: number of new TCP connections;
inactive_conn: number of inactive connections;
intraffic: inbound traffic;
outtraffic: outbound traffic;
alltraffic: sum of inbound and outbound traffic;
inpkg: inbound packet rate;
outpkg: outbound packet rate;) 
 | 
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, toJsonStringpublic String getMetricName()
public void setMetricName(String MetricName)
MetricName - Metric name (connum: number of active TCP connections;
new_conn: number of new TCP connections;
inactive_conn: number of inactive connections;
intraffic: inbound traffic;
outtraffic: outbound traffic;
alltraffic: sum of inbound and outbound traffic;
inpkg: inbound packet rate;
outpkg: outbound packet rate;)public Float[] getData()
public void setData(Float[] Data)
Data - Value arraypublic Long getCount()
public void setCount(Long Count)
Count - Value array sizeCopyright © 2021. All rights reserved.