Package com.influxdb.client.domain
Class DateTimeLiteral
java.lang.Object
com.influxdb.client.domain.Node
com.influxdb.client.domain.Expression
com.influxdb.client.domain.DateTimeLiteral
Represents an instant in time with nanosecond precision using the syntax of golang's RFC3339 Nanosecond variant
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getType()
Type of AST nodegetValue()
Get valueint
hashCode()
void
void
setValue
(OffsetDateTime value) toString()
value
(OffsetDateTime value)
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_VALUE
- See Also:
-
-
Constructor Details
-
DateTimeLiteral
public DateTimeLiteral()
-
-
Method Details
-
type
-
getType
Type of AST node- Returns:
- type
-
setType
-
value
-
getValue
Get value- Returns:
- value
-
setValue
-
equals
- Overrides:
equals
in classExpression
-
hashCode
public int hashCode()- Overrides:
hashCode
in classExpression
-
toString
- Overrides:
toString
in classExpression
-