Package com.influxdb.client.domain
Class ArrayExpression
java.lang.Object
com.influxdb.client.domain.Node
com.influxdb.client.domain.Expression
com.influxdb.client.domain.ArrayExpression
Used to create and directly specify the elements of an array object
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddElementsItem
(Expression elementsItem) elements
(List<Expression> elements) boolean
Elements of the arraygetType()
Type of AST nodeint
hashCode()
void
setElements
(List<Expression> elements) void
toString()
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_ELEMENTS
- See Also:
-
-
Constructor Details
-
ArrayExpression
public ArrayExpression()
-
-
Method Details
-
type
-
getType
Type of AST node- Returns:
- type
-
setType
-
elements
-
addElementsItem
-
getElements
Elements of the array- Returns:
- elements
-
setElements
-
equals
- Overrides:
equals
in classExpression
-
hashCode
public int hashCode()- Overrides:
hashCode
in classExpression
-
toString
- Overrides:
toString
in classExpression
-