Package com.influxdb.client.domain
Class ImportDeclaration
java.lang.Object
com.influxdb.client.domain.ImportDeclaration
Declares a package import
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionas(Identifier as) booleangetAs()Get asgetPath()Get pathgetType()Type of AST nodeinthashCode()path(StringLiteral path) voidsetAs(Identifier as) voidsetPath(StringLiteral path) voidtoString()
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_AS
- See Also:
-
SERIALIZED_NAME_PATH
- See Also:
-
-
Constructor Details
-
ImportDeclaration
public ImportDeclaration()
-
-
Method Details