public class LicenseInfoImpl extends Object implements LicenseInfo
| Constructor and Description |
|---|
LicenseInfoImpl() |
LicenseInfoImpl(com.hazelcast.license.domain.License license) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
void |
fromJson(com.hazelcast.internal.json.JsonObject json) |
String |
getCompanyName() |
long |
getExpirationTime() |
String |
getKeyHash() |
int |
getMaxNodeCountAllowed() |
String |
getOwnerEmail() |
com.hazelcast.license.domain.LicenseType |
getType() |
int |
hashCode() |
com.hazelcast.internal.json.JsonObject |
toJson() |
public LicenseInfoImpl()
public LicenseInfoImpl(com.hazelcast.license.domain.License license)
public com.hazelcast.license.domain.LicenseType getType()
getType in interface LicenseInfoLicenseType associated with the license key assigned on this nodepublic int getMaxNodeCountAllowed()
getMaxNodeCountAllowed in interface LicenseInfopublic long getExpirationTime()
getExpirationTime in interface LicenseInfopublic String getOwnerEmail()
getOwnerEmail in interface LicenseInfopublic String getCompanyName()
getCompanyName in interface LicenseInfopublic String getKeyHash()
getKeyHash in interface LicenseInfopublic com.hazelcast.internal.json.JsonObject toJson()
toJson in interface com.hazelcast.internal.management.JsonSerializablepublic void fromJson(com.hazelcast.internal.json.JsonObject json)
fromJson in interface com.hazelcast.internal.management.JsonSerializableCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.