public class RegexpLiteral extends Expression
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_VALUE |
| Constructor and Description |
|---|
RegexpLiteral() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getType()
Type of AST node
|
String |
getValue()
Get value
|
int |
hashCode() |
void |
setType(String type) |
void |
setValue(String value) |
String |
toString() |
RegexpLiteral |
type(String type) |
RegexpLiteral |
value(String value) |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_VALUE
public RegexpLiteral type(String type)
public String getType()
public void setType(String type)
public RegexpLiteral value(String value)
public String getValue()
public void setValue(String 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.