Package com.stimulsoft.base.licenses
Class StiLicenseActivationResponse
java.lang.Object
com.stimulsoft.base.licenses.StiLicenseObject
com.stimulsoft.base.licenses.StiLicenseActivationResponse
Copyright Stimulsoft
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StiLicenseActivationResponseget(byte[] bytes) static StiLicenseActivationResponseAn information about exception which occurs during activation process.A message about the running command.booleanTrue or False value which depend on the status of the running command.static StiLicenseActivationResponsemakeFine(StiLicenseKey licenseKey) static StiLicenseActivationResponsevoidsetException(String exception) An information about exception which occurs during activation process.voidsetLicenseKey(StiLicenseKey licenseKey) voidsetResultNotice(StiNotice resultNotice) A message about the running command.voidsetResultSuccess(boolean resultSuccess) True or False value which depend on the status of the running command.Methods inherited from class com.stimulsoft.base.licenses.StiLicenseObject
decryptFromBytes, decryptFromString, encryptToBytes, encryptToString, loadFromString, saveToBytes, saveToString
-
Field Details
-
licenseKey
-
exception
-
resultSuccess
public boolean resultSuccess -
resultNotice
-
-
Constructor Details
-
StiLicenseActivationResponse
public StiLicenseActivationResponse()
-
-
Method Details
-
getEncryptKey
- Overrides:
getEncryptKeyin classStiLicenseObject
-
getLicenseKey
- Returns:
- the licenseKey
-
setLicenseKey
- Parameters:
licenseKey- the licenseKey to set
-
getException
An information about exception which occurs during activation process.- Returns:
- the exception
-
setException
An information about exception which occurs during activation process.- Parameters:
exception- the exception to set
-
isResultSuccess
public boolean isResultSuccess()True or False value which depend on the status of the running command.- Returns:
- the resultSuccess
-
setResultSuccess
public void setResultSuccess(boolean resultSuccess) True or False value which depend on the status of the running command.- Parameters:
resultSuccess- the resultSuccess to set
-
getResultNotice
A message about the running command. This Result can be skipped.- Returns:
- the resultNotice
-
setResultNotice
A message about the running command. This Result can be skipped.- Parameters:
resultNotice- the resultNotice to set
-
makeWrong
-
makeFine
-
get
-
get
-