Package com.atlan.model.packages
Class AbstractPackage
java.lang.Object
com.atlan.model.packages.AbstractPackage
- Direct Known Subclasses:
AbstractCrawler
,AbstractMiner
,ConnectionDelete
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
AbstractPackage.AbstractPackageBuilder<C extends AbstractPackage,
B extends AbstractPackage.AbstractPackageBuilder<C, B>> -
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Annotations associated with the package.Credentials for the package to access its source.Labels associated with the package.get_name()
Unique name of the package, usually @atlan/something.Parameters associated with the package.Uniquely identifies the type of package.Unique name for the run of a package.static String
getEpoch()
Generate an epoch timestamp for now.int
hashCode()
toString()
Convert the package into a workflow that can be submitted (run).
-
Field Details
-
_prefix
Uniquely identifies the type of package. -
_name
Unique name of the package, usually @atlan/something. -
_runName
Unique name for the run of a package.
-
-
Constructor Details
-
AbstractPackage
-
-
Method Details
-
getEpoch
Generate an epoch timestamp for now.- Returns:
- the string value of the epoch timestamp
-
toWorkflow
Convert the package into a workflow that can be submitted (run).- Returns:
- the workflow representing the package
-
get_prefix
Uniquely identifies the type of package. -
get_name
Unique name of the package, usually @atlan/something. -
get_runName
Unique name for the run of a package. -
get_labels
Labels associated with the package. -
get_annotations
Annotations associated with the package. -
get_parameters
Parameters associated with the package. -
get_credential
Credentials for the package to access its source. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-