public class SensorThingsCollection<T> extends Object
| Constructor and Description |
|---|
SensorThingsCollection() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNextLink() |
int |
getObservations() |
List<T> |
getValue() |
void |
setNextLink(String nextLink) |
void |
setObservations(int observations) |
void |
setValue(List<T> value) |
public int getObservations()
public void setObservations(int observations)
observations - the observations to setpublic String getNextLink()
public void setNextLink(String nextLink)
nextLink - the nextLink to setCopyright © 2015–2018 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.