Package com.influxdb.client.domain
Class ImportDeclaration
java.lang.Object
com.influxdb.client.domain.ImportDeclaration
Declares a package import
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionas
(Identifier as) boolean
getAs()
Get asgetPath()
Get pathgetType()
Type of AST nodeint
hashCode()
path
(StringLiteral path) void
setAs
(Identifier as) void
setPath
(StringLiteral path) void
toString()
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_AS
- See Also:
-
SERIALIZED_NAME_PATH
- See Also:
-
-
Constructor Details
-
ImportDeclaration
public ImportDeclaration()
-
-
Method Details