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
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddElementsItem(Expression elementsItem) elements(List<Expression> elements) booleanElements of the arraygetType()Type of AST nodeinthashCode()voidsetElements(List<Expression> elements) voidtoString()
-
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:
equalsin classExpression
-
hashCode
public int hashCode()- Overrides:
hashCodein classExpression
-
toString
- Overrides:
toStringin classExpression
-