public class Devices extends AbstractBase
| Constructor and Description |
|---|
Devices() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Device> |
getDevices() |
Meta |
getMeta() |
void |
setDevices(java.util.List<Device> devices) |
void |
setMeta(Meta meta) |
toStringpublic java.util.List<Device> getDevices()
public void setDevices(java.util.List<Device> devices)
devices - the devices to setpublic Meta getMeta()
public void setMeta(Meta meta)
meta - the meta to set