Class DbcSummary

java.lang.Object
com.cloudera.cdp.dw.model.DbcSummary

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.071-07:00") public class DbcSummary extends Object
A Database Catalog.
  • Constructor Details

    • DbcSummary

      public DbcSummary()
  • Method Details

    • getCrn

      public String getCrn()
      Getter for crn. The CRN of the Database Catalog.
    • setCrn

      public void setCrn(String crn)
      Setter for crn. The CRN of the Database Catalog.
    • getId

      public String getId()
      Getter for id. The ID of the Database Catalog.
    • setId

      public void setId(String id)
      Setter for id. The ID of the Database Catalog.
    • getName

      public String getName()
      Getter for name. The name of the Database Catalog.
    • setName

      public void setName(String name)
      Setter for name. The name of the Database Catalog.
    • getMemorySize

      public String getMemorySize()
      Getter for memorySize. Metastore container memory size.
    • setMemorySize

      public void setMemorySize(String memorySize)
      Setter for memorySize. Metastore container memory size.
    • getStatus

      public String getStatus()
      Getter for status. Status of the Database Catalog. Possible values are: Creating, Created, Accepted, Starting, Running, Stopping, Stopped, Updating, PreUpdate, Upgrading, PreUpgrade, Restarting, Deleting, Waiting, Failed, Error.
    • setStatus

      public void setStatus(String status)
      Setter for status. Status of the Database Catalog. Possible values are: Creating, Created, Accepted, Starting, Running, Stopping, Stopped, Updating, PreUpdate, Upgrading, PreUpgrade, Restarting, Deleting, Waiting, Failed, Error.
    • getStatusChangedAt

      public ZonedDateTime getStatusChangedAt()
      Getter for statusChangedAt. Timestamp of the last status change of the Database Catalog.
    • setStatusChangedAt

      public void setStatusChangedAt(ZonedDateTime statusChangedAt)
      Setter for statusChangedAt. Timestamp of the last status change of the Database Catalog.
    • getCreator

      public ActorResponse getCreator()
      Getter for creator. The creator of the Database Catalog.
    • setCreator

      public void setCreator(ActorResponse creator)
      Setter for creator. The creator of the Database Catalog.
    • getCreationDate

      public ZonedDateTime getCreationDate()
      Getter for creationDate. Creation date of Database Catalog.
    • setCreationDate

      public void setCreationDate(ZonedDateTime creationDate)
      Setter for creationDate. Creation date of Database Catalog.
    • getResourcePool

      public String getResourcePool()
      Getter for resourcePool. The name of the Resource Pool the Database Catalog is in.
    • setResourcePool

      public void setResourcePool(String resourcePool)
      Setter for resourcePool. The name of the Resource Pool the Database Catalog is in.
    • getResources

      public Map<String,ApplicationResources> getResources()
      Getter for resources. The actual resources used by the Database Catalog.
    • setResources

      public void setResources(Map<String,ApplicationResources> resources)
      Setter for resources. The actual resources used by the Database Catalog.
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object