Class UBigIntType

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<UBigIntType>

    public class UBigIntType
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<UBigIntType>
    A GQL u big int type
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.UBigIntType type.
      • NOT_NULL

        public static final Name NOT_NULL
        Name of the openGql.grammar.UBigIntType.notNull field.
      • notNull

        public final java.lang.Boolean notNull
    • Constructor Detail

      • UBigIntType

        public UBigIntType​(java.lang.Boolean notNull)
        Constructs an immutable UBigIntType.
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

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

        public int compareTo​(UBigIntType other)
        Specified by:
        compareTo in interface java.lang.Comparable<UBigIntType>