Constructor and Description |
---|
DeviceLicense(Long id,
String licenseKey,
List<LicenseUser> licenseUsers) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getId()
Id of the license
|
String |
getLicenseKey()
License Key of the license (if Key based)
|
List<LicenseUser> |
getLicenseUsers()
Users of the license (if user based)
|
int |
hashCode() |
String |
toString() |
public DeviceLicense(Long id, String licenseKey, List<LicenseUser> licenseUsers)
public Long getId()
public String getLicenseKey()
public List<LicenseUser> getLicenseUsers()
Copyright © 2023 Cense Data Inc.. All rights reserved.