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