public class ASTResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AST |
| Constructor and Description |
|---|
ASTResponse() |
| Modifier and Type | Method and Description |
|---|---|
ASTResponse |
ast(ModelPackage ast) |
boolean |
equals(Object o) |
ModelPackage |
getAst()
Get ast
|
int |
hashCode() |
void |
setAst(ModelPackage ast) |
String |
toString() |
public static final String SERIALIZED_NAME_AST
public ASTResponse ast(ModelPackage ast)
public ModelPackage getAst()
public void setAst(ModelPackage ast)
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.