public class PvRegionData extends JsonObject
| Constructor and Description |
|---|
PvRegionData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIsp() |
String |
getLocation() |
Long |
getPv() |
Long |
getQps() |
void |
setIsp(String isp) |
void |
setLocation(String location) |
void |
setPv(Long pv) |
void |
setQps(Long qps) |
toStringpublic String getLocation()
public void setLocation(String location)
location - public String getIsp()
public void setIsp(String isp)
isp - public Long getPv()
public void setPv(Long pv)
pv - public Long getQps()
public void setQps(Long qps)
qps - Copyright © 2022. All rights reserved.