public class Identifier extends PropertyKey
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
Identifier() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
Get name
|
String |
getType()
Type of AST node
|
int |
hashCode() |
Identifier |
name(String name) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString() |
Identifier |
type(String type) |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_NAME
public Identifier type(String type)
public String getType()
public void setType(String type)
public Identifier name(String name)
public String getName()
public void setName(String name)
public boolean equals(Object o)
equals in class PropertyKeypublic int hashCode()
hashCode in class PropertyKeypublic String toString()
toString in class PropertyKeyCopyright © 2018–2023 InfluxData, Inc.. All rights reserved.