Class DatabaseDetails

java.lang.Object
com.cloudera.cdp.opdb.model.DatabaseDetails

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-04-23T14:14:35.926-07:00") public class DatabaseDetails extends Object
Details of the databases.
  • Constructor Details Link icon

    • DatabaseDetails Link icon

      public DatabaseDetails()
  • Method Details Link icon

    • getDatabaseName Link icon

      public String getDatabaseName()
      Getter for databaseName. The name of the database.
    • setDatabaseName Link icon

      public void setDatabaseName(String databaseName)
      Setter for databaseName. The name of the database.
    • getEnvironmentCrn Link icon

      public String getEnvironmentCrn()
      Getter for environmentCrn. environment crn
    • setEnvironmentCrn Link icon

      public void setEnvironmentCrn(String environmentCrn)
      Setter for environmentCrn. environment crn
    • getCrn Link icon

      public String getCrn()
      Getter for crn. database crn
    • setCrn Link icon

      public void setCrn(String crn)
      Setter for crn. database crn
    • getCreationDate Link icon

      public ZonedDateTime getCreationDate()
      Getter for creationDate. The creation time of the database
    • setCreationDate Link icon

      public void setCreationDate(ZonedDateTime creationDate)
      Setter for creationDate. The creation time of the database
    • getStatus Link icon

      public String getStatus()
      Getter for status. Status of the database creation
    • setStatus Link icon

      public void setStatus(String status)
      Setter for status. Status of the database creation
    • getCreatorCrn Link icon

      public String getCreatorCrn()
      Getter for creatorCrn. Crn of the creator
    • setCreatorCrn Link icon

      public void setCreatorCrn(String creatorCrn)
      Setter for creatorCrn. Crn of the creator
    • getDbVersion Link icon

      public String getDbVersion()
      Getter for dbVersion. Database version
    • setDbVersion Link icon

      public void setDbVersion(String dbVersion)
      Setter for dbVersion. Database version
    • getHueEndpoint Link icon

      public String getHueEndpoint()
      Getter for hueEndpoint. Hue endpoint
    • setHueEndpoint Link icon

      public void setHueEndpoint(String hueEndpoint)
      Setter for hueEndpoint. Hue endpoint
    • getEnvironmentName Link icon

      public String getEnvironmentName()
      Getter for environmentName. Environment name
    • setEnvironmentName Link icon

      public void setEnvironmentName(String environmentName)
      Setter for environmentName. Environment name
    • getStorageLocation Link icon

      public String getStorageLocation()
      Getter for storageLocation. HBase cloud storage location
    • setStorageLocation Link icon

      public void setStorageLocation(String storageLocation)
      Setter for storageLocation. HBase cloud storage location
    • getInternalName Link icon

      public String getInternalName()
      Getter for internalName. Internal cluster name for this database
    • setInternalName Link icon

      public void setInternalName(String internalName)
      Setter for internalName. Internal cluster name for this database
    • getGatewayNodesCount Link icon

      public Integer getGatewayNodesCount()
      Getter for gatewayNodesCount. Number of gateway nodes for the database.
    • setGatewayNodesCount Link icon

      public void setGatewayNodesCount(Integer gatewayNodesCount)
      Setter for gatewayNodesCount. Number of gateway nodes for the database.
    • getRestworkerNodesCount Link icon

      public Integer getRestworkerNodesCount()
      Getter for restworkerNodesCount. Number of REST Worker nodes for the database.
    • setRestworkerNodesCount Link icon

      public void setRestworkerNodesCount(Integer restworkerNodesCount)
      Setter for restworkerNodesCount. Number of REST Worker nodes for the database.
    • getArchitecture Link icon

      public String getArchitecture()
      Getter for architecture. Specifies the architecture of the cluster nodes.
    • setArchitecture Link icon

      public void setArchitecture(String architecture)
      Setter for architecture. Specifies the architecture of the cluster nodes.
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object