public class AreaDataByArea extends Object
| Constructor and Description |
|---|
AreaDataByArea() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArea() |
Long |
getFlow() |
Double |
getFlowProportion() |
AreaDataByIsp[] |
getIsps() |
Long |
getPv() |
Double |
getPvProportion() |
void |
setArea(String area) |
void |
setFlow(Long flow) |
void |
setFlowProportion(Double flowProportion) |
void |
setIsps(AreaDataByIsp[] isps) |
void |
setPv(Long pv) |
void |
setPvProportion(Double pvProportion) |
public String getArea()
public void setArea(String area)
public Long getFlow()
public void setFlow(Long flow)
public Long getPv()
public void setPv(Long pv)
public Double getFlowProportion()
public void setFlowProportion(Double flowProportion)
public Double getPvProportion()
public void setPvProportion(Double pvProportion)
public AreaDataByIsp[] getIsps()
public void setIsps(AreaDataByIsp[] isps)
Copyright © 2023. All rights reserved.