public class CheckResponse extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CheckResponse.CheckResponseBuilder |
Modifier and Type | Method and Description |
---|---|
static CheckResponse.CheckResponseBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
LicenseData |
getData()
License data, class containing various information about license.
|
InstallationFile |
getFile()
Installation file (binary).
|
int |
hashCode() |
boolean |
isExpired()
Boolean indicating is license expired or not.
|
boolean |
isLicenseActive()
Boolean indicating is license active or not.
|
boolean |
isLicenseEnabled()
Boolean indicating is license enabled or not.
|
void |
setData(LicenseData data)
License data, class containing various information about license.
|
void |
setExpired(boolean isExpired)
Boolean indicating is license expired or not.
|
void |
setFile(InstallationFile file)
Installation file (binary).
|
void |
setLicenseActive(boolean licenseActive)
Boolean indicating is license active or not.
|
void |
setLicenseEnabled(boolean licenseEnabled)
Boolean indicating is license enabled or not.
|
String |
toString() |
public static CheckResponse.CheckResponseBuilder builder()
public LicenseData getData()
public InstallationFile getFile()
public boolean isLicenseActive()
public boolean isLicenseEnabled()
public boolean isExpired()
public void setData(LicenseData data)
public void setFile(InstallationFile file)
public void setLicenseActive(boolean licenseActive)
public void setLicenseEnabled(boolean licenseEnabled)
public void setExpired(boolean isExpired)
protected boolean canEqual(Object other)
Copyright © 2025 Cense Data Inc.. All rights reserved.