public final class DeviceFeature extends Object
Constructor and Description |
---|
DeviceFeature(Long id,
BackOfficeDevice device,
ZonedDateTime createdAt,
ZonedDateTime updatedAt,
ZonedDateTime floatingLastSeen,
Boolean floatingInUse,
ZonedDateTime lastCheck) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ZonedDateTime |
getCreatedAt()
Time of device feature creation.
|
BackOfficeDevice |
getDevice()
Device that is associated with the feature.
|
Boolean |
getFloatingInUse()
Number of devices that are currently active, if license is floating.
|
ZonedDateTime |
getFloatingLastSeen()
Time when the device was last used with a floating license.
|
Long |
getId()
Device feature id.
|
ZonedDateTime |
getLastCheck()
Last time the check was performed on this
|
ZonedDateTime |
getUpdatedAt()
Time of device feature last update.
|
int |
hashCode() |
String |
toString() |
public DeviceFeature(Long id, BackOfficeDevice device, ZonedDateTime createdAt, ZonedDateTime updatedAt, ZonedDateTime floatingLastSeen, Boolean floatingInUse, ZonedDateTime lastCheck)
public Long getId()
public BackOfficeDevice getDevice()
public ZonedDateTime getCreatedAt()
public ZonedDateTime getUpdatedAt()
public ZonedDateTime getFloatingLastSeen()
public Boolean getFloatingInUse()
public ZonedDateTime getLastCheck()
Copyright © 2024 Cense Data Inc.. All rights reserved.