Package com.datastax.astra.boot
Class AstraClientProperties.DownloadSecureBundle
java.lang.Object
com.datastax.astra.boot.AstraClientProperties.DownloadSecureBundle
- Enclosing class:
- AstraClientProperties
Code for the download of the clud seure bundle
- Author:
- Cedrick LUNVEN (@clunven)
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DownloadSecureBundle
public DownloadSecureBundle()
-
-
Method Details
-
isEnabled
public boolean isEnabled()Getter accessor for attribute 'enabled'.- Returns:
- current value of 'enabled'
-
setEnabled
public void setEnabled(boolean enabled) Setter accessor for attribute 'enabled'.- Parameters:
enabled
- new value for 'enabled '
-
getPath
Getter accessor for attribute 'path'.- Returns:
- current value of 'path'
-
setPath
Setter accessor for attribute 'path'.- Parameters:
path
- new value for 'path '
-