Class StartDatabaseResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.791-07:00")
    public class StartDatabaseResponse
    extends CdpResponse
    A response from starting the database.
    • Constructor Detail

      • StartDatabaseResponse

        public StartDatabaseResponse()
    • Method Detail

      • getWasStarted

        public Boolean getWasStarted()
        Getter for wasStarted. True if the database start request accepted
      • setWasStarted

        public void setWasStarted​(Boolean wasStarted)
        Setter for wasStarted. True if the database start request accepted
      • getPreviousStatus

        public String getPreviousStatus()
        Getter for previousStatus. The status of the database prior to the start request.
      • setPreviousStatus

        public void setPreviousStatus​(String previousStatus)
        Setter for previousStatus. The status of the database prior to the start request.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object