Modifier and Type | Class and Description |
---|---|
static class |
DeviceEntity.EmbeddableUri |
Constructor and Description |
---|
DeviceEntity() |
DeviceEntity(DeviceId deviceId,
boolean isOnline,
String deviceTypeName,
String deviceInfo,
Set<URI> uris,
String name,
SupplierId supplierId,
String dpid) |
Modifier and Type | Method and Description |
---|---|
String |
deviceInfo() |
void |
deviceInfo(String deviceInfo) |
String |
deviceType() |
void |
deviceType(String deviceType) |
String |
dpid() |
String |
getId()
Gets the internally-assigned identifier used for intra-model
references.
|
DeviceId |
id() |
boolean |
isOnline() |
void |
isOnline(boolean isOnline) |
String |
name() |
void |
name(String name) |
SupplierId |
supplierId() |
void |
supplierId(SupplierId supplier) |
Set<URI> |
uris() |
void |
uris(Set<URI> uris) |
public DeviceEntity(DeviceId deviceId, boolean isOnline, String deviceTypeName, String deviceInfo, Set<URI> uris, String name, SupplierId supplierId, String dpid)
public DeviceEntity()
public String getId()
Storable
public DeviceId id()
public void deviceType(String deviceType)
public String deviceType()
public void deviceInfo(String deviceInfo)
public String deviceInfo()
public void isOnline(boolean isOnline)
public boolean isOnline()
public void supplierId(SupplierId supplier)
public SupplierId supplierId()
public void name(String name)
public String name()
public String dpid()
Copyright © 2015. All Rights Reserved.