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