public class OptionStatement extends Statement
Modifier and Type | Class and Description |
---|---|
class |
OptionStatement.OptionStatementAssignmentAdapter |
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ASSIGNMENT |
static String |
SERIALIZED_NAME_TYPE |
Constructor and Description |
---|
OptionStatement() |
Modifier and Type | Method and Description |
---|---|
OptionStatement |
assignment(Object assignment) |
boolean |
equals(Object o) |
Object |
getAssignment()
Get assignment
|
String |
getType()
Type of AST node
|
int |
hashCode() |
void |
setAssignment(Object assignment) |
void |
setType(String type) |
String |
toString() |
OptionStatement |
type(String type) |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_ASSIGNMENT
public OptionStatement type(String type)
public String getType()
public void setType(String type)
public OptionStatement assignment(Object assignment)
public Object getAssignment()
public void setAssignment(Object assignment)
Copyright © 2018–2020 InfluxData, Inc.. All rights reserved.