Class Database

java.lang.Object
com.dtsx.astra.sdk.db.domain.Database

public class Database extends Object
Author:
Cedrick LUNVEN (@clunven)
  • Constructor Details

    • Database

      public Database()
  • Method Details

    • getId

      public String getId()
      Getter accessor for attribute 'id'.
      Returns:
      current value of 'id'
    • setId

      public void setId(String id)
      Setter accessor for attribute 'id'.
      Parameters:
      id - new value for 'id '
    • getOrgId

      public String getOrgId()
      Getter accessor for attribute 'orgId'.
      Returns:
      current value of 'orgId'
    • setOrgId

      public void setOrgId(String orgId)
      Setter accessor for attribute 'orgId'.
      Parameters:
      orgId - new value for 'orgId '
    • getOwnerId

      public String getOwnerId()
      Getter accessor for attribute 'ownerId'.
      Returns:
      current value of 'ownerId'
    • setOwnerId

      public void setOwnerId(String ownerId)
      Setter accessor for attribute 'ownerId'.
      Parameters:
      ownerId - new value for 'ownerId '
    • getInfo

      public DatabaseInfo getInfo()
      Getter accessor for attribute 'info'.
      Returns:
      current value of 'info'
    • setInfo

      public void setInfo(DatabaseInfo info)
      Setter accessor for attribute 'info'.
      Parameters:
      info - new value for 'info '
    • getCreationTime

      public String getCreationTime()
      Getter accessor for attribute 'creationTime'.
      Returns:
      current value of 'creationTime'
    • setCreationTime

      public void setCreationTime(String creationTime)
      Setter accessor for attribute 'creationTime'.
      Parameters:
      creationTime - new value for 'creationTime '
    • getTerminationTime

      public String getTerminationTime()
      Getter accessor for attribute 'terminationTime'.
      Returns:
      current value of 'terminationTime'
    • setTerminationTime

      public void setTerminationTime(String terminationTime)
      Setter accessor for attribute 'terminationTime'.
      Parameters:
      terminationTime - new value for 'terminationTime '
    • getCost

      public DatabaseCost getCost()
      Getter accessor for attribute 'cost'.
      Returns:
      current value of 'cost'
    • setCost

      public void setCost(DatabaseCost cost)
      Setter accessor for attribute 'cost'.
      Parameters:
      cost - new value for 'cost '
    • getStudioUrl

      public String getStudioUrl()
      Getter accessor for attribute 'studioUrl'.
      Returns:
      current value of 'studioUrl'
    • setStudioUrl

      public void setStudioUrl(String studioUrl)
      Setter accessor for attribute 'studioUrl'.
      Parameters:
      studioUrl - new value for 'studioUrl '
    • getGrafanaUrl

      public String getGrafanaUrl()
      Getter accessor for attribute 'grafanaUrl'.
      Returns:
      current value of 'grafanaUrl'
    • setGrafanaUrl

      public void setGrafanaUrl(String grafanaUrl)
      Setter accessor for attribute 'grafanaUrl'.
      Parameters:
      grafanaUrl - new value for 'grafanaUrl '
    • getCqlshUrl

      public String getCqlshUrl()
      Getter accessor for attribute 'cqlshUrl'.
      Returns:
      current value of 'cqlshUrl'
    • setCqlshUrl

      public void setCqlshUrl(String cqlshUrl)
      Setter accessor for attribute 'cqlshUrl'.
      Parameters:
      cqlshUrl - new value for 'cqlshUrl '
    • getGraphqlUrl

      public String getGraphqlUrl()
      Getter accessor for attribute 'graphqlUrl'.
      Returns:
      current value of 'graphqlUrl'
    • setGraphqlUrl

      public void setGraphqlUrl(String graphqlUrl)
      Setter accessor for attribute 'graphqlUrl'.
      Parameters:
      graphqlUrl - new value for 'graphqlUrl '
    • getDataEndpointUrl

      public String getDataEndpointUrl()
      Getter accessor for attribute 'dataEndpointUrl'.
      Returns:
      current value of 'dataEndpointUrl'
    • setDataEndpointUrl

      public void setDataEndpointUrl(String dataEndpointUrl)
      Setter accessor for attribute 'dataEndpointUrl'.
      Parameters:
      dataEndpointUrl - new value for 'dataEndpointUrl '
    • getMetrics

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

      public void setMetrics(DatabaseMetrics metrics)
      Setter accessor for attribute 'metrics'.
      Parameters:
      metrics - new value for 'metrics '
    • setStatus

      public void setStatus(DatabaseStatusType status)
      Setter accessor for attribute 'status'.
      Parameters:
      status - new value for 'status '
    • setStorage

      public void setStorage(DatabaseStorage storage)
      Setter accessor for attribute 'storage'.
      Parameters:
      storage - new value for 'storage '
    • setAvailableActions

      public void setAvailableActions(Set<String> availableActions)
      Setter accessor for attribute 'availableActions'.
      Parameters:
      availableActions - new value for 'availableActions '
    • getStatus

      public DatabaseStatusType getStatus()
      Getter accessor for attribute 'status'.
      Returns:
      current value of 'status'
    • getStorage

      public DatabaseStorage getStorage()
      Getter accessor for attribute 'storage'.
      Returns:
      current value of 'storage'
    • getAvailableActions

      public Set<String> getAvailableActions()
      Getter accessor for attribute 'availableActions'.
      Returns:
      current value of 'availableActions'
    • getLastUsageTime

      public String getLastUsageTime()
      Getter accessor for attribute 'lastUsageTime'.
      Returns:
      current value of 'lastUsageTime'
    • setLastUsageTime

      public void setLastUsageTime(String lastUsageTime)
      Setter accessor for attribute 'lastUsageTime'.
      Parameters:
      lastUsageTime - new value for 'lastUsageTime '
    • getObservedStatus

      public DatabaseStatusType getObservedStatus()
      Getter accessor for attribute 'observedStatus'.
      Returns:
      current value of 'observedStatus'
    • setObservedStatus

      public void setObservedStatus(DatabaseStatusType observedStatus)
      Setter accessor for attribute 'observedStatus'.
      Parameters:
      observedStatus - new value for 'observedStatus '