Package openGql.grammar
Class Int32Type
- java.lang.Object
-
- openGql.grammar.Int32Type
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<Int32Type>
public class Int32Type extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<Int32Type>
A GQL int32 type- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInt32Type.BuilderA fluent builder forInt32Type.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Int32Type.Builderbuilder()Creates a new fluent builder forInt32Type.intcompareTo(Int32Type other)booleanequals(java.lang.Object other)inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
Int32Type
public Int32Type(java.lang.Boolean notNull)
Constructs an immutableInt32Type.
-
-
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(Int32Type other)
- Specified by:
compareToin interfacejava.lang.Comparable<Int32Type>
-
builder
public static Int32Type.Builder builder()
Creates a new fluent builder forInt32Type.
-
-