Class ResponseCode
- java.lang.Object
-
- com.inductiveautomation.ignition.common.licensing.ResponseCode
-
public class ResponseCode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ResponseCodeACCOUNT_SUSPENDEDstatic ResponseCodeACTIVATION_RELOADEDstatic ResponseCodeEDITION_MISMATCHstatic ResponseCodeEXPIRED_CDKEYstatic ResponseCodeINCORRECT_CDKEYstatic ResponseCodeINTERNAL_SERVICE_ERRORstatic ResponseCodeINVALID_FORMATstatic ResponseCodeNO_GRANTSstatic ResponseCodeNO_PLATFORMstatic ResponseCodeREJECTED_CDKEYstatic ResponseCodeSERVER_MAINTENANCEstatic ResponseCodeVALID_ACTIVATIONstatic ResponseCodeVALID_UNACTIVATIONstatic ResponseCodeVALID_UPGRADEstatic ResponseCodeVERSION_REJECTED
-
Constructor Summary
Constructors Constructor Description ResponseCode()ResponseCode(int code, java.lang.String desc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCode()java.lang.StringgetDesc()voidsetCode(int code)voidsetDesc(java.lang.String desc)
-
-
-
Field Detail
-
VALID_ACTIVATION
public static final ResponseCode VALID_ACTIVATION
-
VALID_UNACTIVATION
public static final ResponseCode VALID_UNACTIVATION
-
VALID_UPGRADE
public static final ResponseCode VALID_UPGRADE
-
INCORRECT_CDKEY
public static final ResponseCode INCORRECT_CDKEY
-
REJECTED_CDKEY
public static final ResponseCode REJECTED_CDKEY
-
EXPIRED_CDKEY
public static final ResponseCode EXPIRED_CDKEY
-
SERVER_MAINTENANCE
public static final ResponseCode SERVER_MAINTENANCE
-
INVALID_FORMAT
public static final ResponseCode INVALID_FORMAT
-
ACCOUNT_SUSPENDED
public static final ResponseCode ACCOUNT_SUSPENDED
-
INTERNAL_SERVICE_ERROR
public static final ResponseCode INTERNAL_SERVICE_ERROR
-
VERSION_REJECTED
public static final ResponseCode VERSION_REJECTED
-
NO_PLATFORM
public static final ResponseCode NO_PLATFORM
-
NO_GRANTS
public static final ResponseCode NO_GRANTS
-
ACTIVATION_RELOADED
public static final ResponseCode ACTIVATION_RELOADED
-
EDITION_MISMATCH
public static final ResponseCode EDITION_MISMATCH
-
-