Package openGql.grammar
Class BigIntegerType
- java.lang.Object
-
- openGql.grammar.BigIntegerType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<BigIntegerType>
public class BigIntegerType extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<BigIntegerType>
A GQL big integer type- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBigIntegerType.BuilderA fluent builder forBigIntegerType.
-
Constructor Summary
Constructors Constructor Description BigIntegerType(java.lang.Boolean notNull)Constructs an immutableBigIntegerType.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BigIntegerType.Builderbuilder()Creates a new fluent builder forBigIntegerType.intcompareTo(BigIntegerType other)booleanequals(java.lang.Object other)inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
BigIntegerType
public BigIntegerType(java.lang.Boolean notNull)
Constructs an immutableBigIntegerType.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
compareTo
public int compareTo(BigIntegerType other)
- Specified by:
compareToin interfacejava.lang.Comparable<BigIntegerType>
-
builder
public static BigIntegerType.Builder builder()
Creates a new fluent builder forBigIntegerType.
-
-