public class DistributionData extends Object
| Constructor and Description |
|---|
DistributionData() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAvgspeed() |
Long |
getBps() |
List<CounterDetail> |
getCounters() |
Long |
getFlow() |
String |
getIsp() |
String |
getLocation() |
Long |
getPv() |
Long |
getQps() |
void |
setAvgspeed(Long avgspeed) |
void |
setBps(Long bps) |
void |
setCounters(List<CounterDetail> counters) |
void |
setFlow(Long flow) |
void |
setIsp(String isp) |
void |
setLocation(String location) |
void |
setPv(Long pv) |
void |
setQps(Long qps) |
public String getLocation()
public void setLocation(String location)
public String getIsp()
public void setIsp(String isp)
public Long getAvgspeed()
public void setAvgspeed(Long avgspeed)
public Long getPv()
public void setPv(Long pv)
public Long getQps()
public void setQps(Long qps)
public Long getFlow()
public void setFlow(Long flow)
public Long getBps()
public void setBps(Long bps)
public List<CounterDetail> getCounters()
public void setCounters(List<CounterDetail> counters)
Copyright © 2023. All rights reserved.