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