Package com.datastax.astra.boot
Class AstraClientProperties.Cql
java.lang.Object
com.datastax.astra.boot.AstraClientProperties.Cql
- Enclosing class:
- AstraClientProperties
Special key for Metrics
- Author:
- Cedrick LUNVEN (@clunven)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter accessor for attribute 'downloadScb'.Getter accessor for attribute 'metrics'.booleanGetter accessor for attribute 'enabled'.voidsetDownloadScb(AstraClientProperties.DownloadSecureBundle downloadScb) Setter accessor for attribute 'downloadScb'.voidsetEnabled(boolean enabled) Setter accessor for attribute 'enabled'.voidsetMetrics(AstraClientProperties.Metrics metrics) Setter accessor for attribute 'metrics'.
-
Constructor Details
-
Cql
public Cql()
-
-
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 '
-
getMetrics
Getter accessor for attribute 'metrics'.- Returns:
- current value of 'metrics'
-
setMetrics
Setter accessor for attribute 'metrics'.- Parameters:
metrics- new value for 'metrics '
-
getDownloadScb
Getter accessor for attribute 'downloadScb'.- Returns:
- current value of 'downloadScb'
-
setDownloadScb
Setter accessor for attribute 'downloadScb'.- Parameters:
downloadScb- new value for 'downloadScb '
-