Class AstraClientProperties.Cql

java.lang.Object
com.datastax.astra.boot.AstraClientProperties.Cql
Enclosing class:
AstraClientProperties

public static class AstraClientProperties.Cql extends Object
Special key for Metrics
Author:
Cedrick LUNVEN (@clunven)
  • 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

      public AstraClientProperties.Metrics getMetrics()
      Getter accessor for attribute 'metrics'.
      Returns:
      current value of 'metrics'
    • setMetrics

      public void setMetrics(AstraClientProperties.Metrics metrics)
      Setter accessor for attribute 'metrics'.
      Parameters:
      metrics - new value for 'metrics '
    • getDownloadScb

      Getter accessor for attribute 'downloadScb'.
      Returns:
      current value of 'downloadScb'
    • setDownloadScb

      public void setDownloadScb(AstraClientProperties.DownloadSecureBundle downloadScb)
      Setter accessor for attribute 'downloadScb'.
      Parameters:
      downloadScb - new value for 'downloadScb '