Package | Description |
---|---|
com.licensespring.management.model |
This package contains all models used in license-management SDK.
|
Modifier and Type | Method and Description |
---|---|
DeviceLicense |
Device.getLicense()
License information license this device belongs to.
|
Constructor and Description |
---|
Device(Long id,
List<BackOfficeDeviceVariable> deviceVariables,
ZonedDateTime createdAt,
ZonedDateTime updatedAt,
String hardwareId,
ZonedDateTime timeActivated,
ZonedDateTime timeDeactivated,
LocalDate validityPeriod,
boolean deviceActive,
String type,
String os,
String sdkBuildVersion,
ZonedDateTime lastCheck,
String appVer,
String hostname,
String ip,
String externalIp,
String macAddress,
boolean isVm,
String vmInfo,
ZonedDateTime floatingLastSeen,
boolean floatingInUse,
boolean blacklisted,
DeviceLicense license) |
Copyright © 2023 Cense Data Inc.. All rights reserved.