Package com.influxdb.client.domain
Class RegexpLiteral
java.lang.Object
com.influxdb.client.domain.Node
com.influxdb.client.domain.Expression
com.influxdb.client.domain.RegexpLiteral
Expressions begin and end with `/` and are regular expressions with syntax accepted by RE2
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_VALUE
- See Also:
-
-
Constructor Details
-
RegexpLiteral
public RegexpLiteral()
-
-
Method Details
-
type
-
getType
Type of AST node- Returns:
- type
-
setType
-
value
-
getValue
Get value- Returns:
- value
-
setValue
-
equals
- Overrides:
equals
in classExpression
-
hashCode
public int hashCode()- Overrides:
hashCode
in classExpression
-
toString
- Overrides:
toString
in classExpression
-