public class DictItem extends Object
Modifier and Type | Class and Description |
---|---|
class |
DictItem.DictItemKeyAdapter |
class |
DictItem.DictItemValAdapter |
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_KEY |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_VAL |
Constructor and Description |
---|
DictItem() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Expression |
getKey()
Get key
|
String |
getType()
Type of AST node
|
Expression |
getVal()
Get val
|
int |
hashCode() |
DictItem |
key(Expression key) |
void |
setKey(Expression key) |
void |
setType(String type) |
void |
setVal(Expression val) |
String |
toString() |
DictItem |
type(String type) |
DictItem |
val(Expression val) |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_KEY
public static final String SERIALIZED_NAME_VAL
public String getType()
public void setType(String type)
public DictItem key(Expression key)
public Expression getKey()
public void setKey(Expression key)
public DictItem val(Expression val)
public Expression getVal()
public void setVal(Expression val)
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.