Package com.influxdb.client.domain
Class Identifier
java.lang.Object
com.influxdb.client.domain.Node
com.influxdb.client.domain.Expression
com.influxdb.client.domain.PropertyKey
com.influxdb.client.domain.Identifier
A valid Flux identifier
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
-
Constructor Details
-
Identifier
public Identifier()
-
-
Method Details
-
type
-
getType
Type of AST node- Returns:
- type
-
setType
-
name
-
getName
Get name- Returns:
- name
-
setName
-
equals
- Overrides:
equals
in classPropertyKey
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPropertyKey
-
toString
- Overrides:
toString
in classPropertyKey
-