public class VariableAssignment extends Statement
Modifier and Type | Class and Description |
---|---|
class |
VariableAssignment.VariableAssignmentInitAdapter |
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_INIT |
static String |
SERIALIZED_NAME_TYPE |
Constructor and Description |
---|
VariableAssignment() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Identifier |
getId()
Get id
|
Expression |
getInit()
Get init
|
String |
getType()
Type of AST node
|
int |
hashCode() |
VariableAssignment |
id(Identifier id) |
VariableAssignment |
init(Expression init) |
void |
setId(Identifier id) |
void |
setInit(Expression init) |
void |
setType(String type) |
String |
toString() |
VariableAssignment |
type(String type) |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_INIT
public VariableAssignment type(String type)
public String getType()
public void setType(String type)
public VariableAssignment id(Identifier id)
public Identifier getId()
public void setId(Identifier id)
public VariableAssignment init(Expression init)
public Expression getInit()
public void setInit(Expression init)
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.