Class DbcSummary


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class DbcSummary
    extends Object
    A Database Catalog.
    • Constructor Detail

      • DbcSummary

        public DbcSummary()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object