public final class BackOfficeDeviceVariable extends Object
Constructor and Description |
---|
BackOfficeDeviceVariable(Long id,
ZonedDateTime createdAt,
String variable,
String value,
Long device) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ZonedDateTime |
getCreatedAt()
Time when the variable was created.
|
Long |
getDevice()
16 digit id of the device this variable belongs to.
|
Long |
getId()
Id of the variable.
|
String |
getValue()
Value that was set for this device and license.
|
String |
getVariable()
Name of the variable.
|
int |
hashCode() |
String |
toString() |
public BackOfficeDeviceVariable(Long id, ZonedDateTime createdAt, String variable, String value, Long device)
public Long getId()
public ZonedDateTime getCreatedAt()
public String getVariable()
public String getValue()
public Long getDevice()
Copyright © 2023 Cense Data Inc.. All rights reserved.