public class ObjectExpression extends Expression
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_PROPERTIES |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
ObjectExpression() |
| Modifier and Type | Method and Description |
|---|---|
ObjectExpression |
addPropertiesItem(Property propertiesItem) |
boolean |
equals(Object o) |
List<Property> |
getProperties()
Object properties
|
String |
getType()
Type of AST node
|
int |
hashCode() |
ObjectExpression |
properties(List<Property> properties) |
void |
setProperties(List<Property> properties) |
void |
setType(String type) |
String |
toString() |
ObjectExpression |
type(String type) |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_PROPERTIES
public ObjectExpression type(String type)
public String getType()
public void setType(String type)
public ObjectExpression properties(List<Property> properties)
public ObjectExpression addPropertiesItem(Property propertiesItem)
public boolean equals(Object o)
equals in class Expressionpublic int hashCode()
hashCode in class Expressionpublic String toString()
toString in class ExpressionCopyright © 2018–2021 InfluxData, Inc.. All rights reserved.