public class BooleanLiteral extends Expression
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_VALUE |
| Constructor and Description |
|---|
BooleanLiteral() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getType()
Type of AST node
|
Boolean |
getValue()
Get value
|
int |
hashCode() |
void |
setType(String type) |
void |
setValue(Boolean value) |
String |
toString() |
BooleanLiteral |
type(String type) |
BooleanLiteral |
value(Boolean value) |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_VALUE
public BooleanLiteral type(String type)
public String getType()
public void setType(String type)
public BooleanLiteral value(Boolean value)
public Boolean getValue()
public void setValue(Boolean value)
public boolean equals(Object o)
equals in class Expressionpublic int hashCode()
hashCode in class Expressionpublic String toString()
toString in class ExpressionCopyright © 2018–2023 InfluxData, Inc.. All rights reserved.