public class FlowRegionData extends JsonObject
| Constructor and Description |
|---|
FlowRegionData() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBps() |
Long |
getFlow() |
String |
getIsp() |
String |
getLocation() |
void |
setBps(Long bps) |
void |
setFlow(Long flow) |
void |
setIsp(String isp) |
void |
setLocation(String location) |
toStringpublic String getLocation()
public void setLocation(String location)
location - public String getIsp()
public void setIsp(String isp)
isp - public Long getFlow()
public void setFlow(Long flow)
flow - public Long getBps()
public void setBps(Long bps)
bps - Copyright © 2021. All rights reserved.