Package com.influxdb.client.domain
Class ObjectExpression
java.lang.Object
com.influxdb.client.domain.Node
com.influxdb.client.domain.Expression
com.influxdb.client.domain.ObjectExpression
Allows the declaration of an anonymous object within a declaration
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddPropertiesItem
(Property propertiesItem) boolean
Object propertiesgetType()
Type of AST nodeint
hashCode()
properties
(List<Property> properties) void
setProperties
(List<Property> properties) void
toString()
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_PROPERTIES
- See Also:
-
-
Constructor Details
-
ObjectExpression
public ObjectExpression()
-
-
Method Details
-
type
-
getType
Type of AST node- Returns:
- type
-
setType
-
properties
-
addPropertiesItem
-
getProperties
Object properties- Returns:
- properties
-
setProperties
-
equals
- Overrides:
equals
in classExpression
-
hashCode
public int hashCode()- Overrides:
hashCode
in classExpression
-
toString
- Overrides:
toString
in classExpression
-