Class AuditStatus

  • All Implemented Interfaces:
    java.io.Serializable

    public class AuditStatus
    extends java.lang.Object
    implements java.io.Serializable
    Some stuff used to rely on StatusCode#getRawValue() and StatusCode#toString(), but now StatusCode isn't available for use. This is basically a copy of StatusCode so we don't fuck up backwards compatibility somehow.
    See Also:
    Serialized Form
    • Field Detail

      • BAD_SECURITY_CHECKS_FAILED

        public static final AuditStatus BAD_SECURITY_CHECKS_FAILED
      • BAD_INTERNAL_ERROR

        public static final AuditStatus BAD_INTERNAL_ERROR
      • BAD_DEMO_EXPIRED

        public static final AuditStatus BAD_DEMO_EXPIRED
      • value

        protected int value
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • isGood

        public boolean isGood()
      • getRawSubCode

        public short getRawSubCode()
      • isStructureChanged

        public boolean isStructureChanged()
      • isSemanticsChanged

        public boolean isSemanticsChanged()
      • getInfoBits

        public short getInfoBits()
        Returns the InfoBits of the StatusCode (bits 0:9). The structure of these bits depends on the InfoType
      • getRawValue

        public int getRawValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getName

        public java.lang.String getName()