Package com.influxdb.client.domain
Class DurationLiteral
java.lang.Object
com.influxdb.client.domain.Node
com.influxdb.client.domain.Expression
com.influxdb.client.domain.DurationLiteral
Represents the elapsed time between two instants as an int64 nanosecond count with syntax of golang's time.Duration
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_VALUES
- See Also:
-
-
Constructor Details
-
DurationLiteral
public DurationLiteral()
-
-
Method Details
-
type
-
getType
Type of AST node- Returns:
- type
-
setType
-
values
-
addValuesItem
-
getValues
Duration values- Returns:
- values
-
setValues
-
equals
- Overrides:
equals
in classExpression
-
hashCode
public int hashCode()- Overrides:
hashCode
in classExpression
-
toString
- Overrides:
toString
in classExpression
-