IModelObjectpublic class Device extends AbstractModelObject
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Device.Builder |
Builder class for building
Device instances. |
static class |
Device.JsonUtil |
JsonUtil class for building
Device instances. |
IModelObject.IJsonUtil<T>| Modifier and Type | Method | Description |
|---|---|---|
Device.Builder |
builder() |
Create a builder for building an instance of a model object.
|
String |
getId() |
Get the ID of the device.
|
Boolean |
getIs_active() |
Check whether the device is the currently active device.
|
Boolean |
getIs_restricted() |
Check whether the device is restricted or not.
|
String |
getName() |
Get the name of the device.
|
String |
getType() |
Get the type of the device.
|
Integer |
getVolume_percent() |
Get the current volume of the device in percent.
|
public String getId()
null.public Boolean getIs_active()
public Boolean getIs_restricted()
public String getName()
public String getType()
public Integer getVolume_percent()
null.public Device.Builder builder()
IModelObjectCopyright © 2019. All rights reserved.