Package com.influxdb.client.domain
Class StringLiteral
java.lang.Object
com.influxdb.client.domain.Node
com.influxdb.client.domain.Expression
com.influxdb.client.domain.PropertyKey
com.influxdb.client.domain.StringLiteral
Expressions begin and end with double quote marks
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_VALUE
- See Also:
-
-
Constructor Details
-
StringLiteral
public StringLiteral()
-
-
Method Details
-
type
-
getType
Type of AST node- Returns:
- type
-
setType
-
value
-
getValue
Get value- Returns:
- value
-
setValue
-
equals
- Overrides:
equals
in classPropertyKey
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPropertyKey
-
toString
- Overrides:
toString
in classPropertyKey
-