public class BuiltinStatement extends Statement
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
BuiltinStatement() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Identifier |
getId()
Get id
|
String |
getType()
Type of AST node
|
int |
hashCode() |
BuiltinStatement |
id(Identifier id) |
void |
setId(Identifier id) |
void |
setType(String type) |
String |
toString() |
BuiltinStatement |
type(String type) |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_ID
public BuiltinStatement type(String type)
public String getType()
public void setType(String type)
public BuiltinStatement id(Identifier id)
public Identifier getId()
public void setId(Identifier id)
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.