public class Poll extends Response
| Constructor and Description |
|---|
Poll() |
| Modifier and Type | Method and Description |
|---|---|
int |
getActive() |
String |
getCLASS() |
Gst[] |
getGst() |
Sky[] |
getSky() |
String |
getTime() |
Tpv[] |
getTpv() |
void |
setActive(int active) |
void |
setClass(String _class) |
void |
setGst(Gst[] gst) |
void |
setSky(Sky[] sky) |
void |
setTime(String time) |
void |
setTpv(Tpv[] tpv) |
public void setTime(String time)
public String getTime()
public void setActive(int active)
public int getActive()
public void setTpv(Tpv[] tpv)
public Tpv[] getTpv()
public void setGst(Gst[] gst)
public Gst[] getGst()
public void setSky(Sky[] sky)
public Sky[] getSky()
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.