Class RestoreBackupResponseRestorePlan

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-03-25T09:53:04.017-07:00") public class RestoreBackupResponseRestorePlan extends Object
The plan for the restoration without cluster metadata in case of rebuild.
  • Constructor Details

    • RestoreBackupResponseRestorePlan

      public RestoreBackupResponseRestorePlan()
  • Method Details

    • getDbc

      public List<RestoreClusterEntityPlan> getDbc()
      Getter for dbc. The plan for the restoration of the DB Catalogs.
    • setDbc

      public void setDbc(List<RestoreClusterEntityPlan> dbc)
      Setter for dbc. The plan for the restoration of the DB Catalogs.
    • getHue

      public List<RestoreClusterEntityPlan> getHue()
      Getter for hue. The plan for the restoration of the Hue.
    • setHue

      public void setHue(List<RestoreClusterEntityPlan> hue)
      Setter for hue. The plan for the restoration of the Hue.
    • getHive

      public List<RestoreClusterEntityPlan> getHive()
      Getter for hive. The plan for the restoration of the Hive Virtual Warehouses.
    • setHive

      public void setHive(List<RestoreClusterEntityPlan> hive)
      Setter for hive. The plan for the restoration of the Hive Virtual Warehouses.
    • getImpala

      public List<RestoreClusterEntityPlan> getImpala()
      Getter for impala. The plan for the restoration of the Impala Virtual Warehouses.
    • setImpala

      public void setImpala(List<RestoreClusterEntityPlan> impala)
      Setter for impala. The plan for the restoration of the Impala Virtual Warehouses.
    • getTrino

      public List<RestoreClusterEntityPlan> getTrino()
      Getter for trino. The plan for the restoration of the Trino Virtual Warehouses.
    • setTrino

      public void setTrino(List<RestoreClusterEntityPlan> trino)
      Setter for trino. The plan for the restoration of the Trino Virtual Warehouses.
    • getViz

      public List<RestoreClusterEntityPlan> getViz()
      Getter for viz. The plan for the restoration of the Data Visualization Apps.
    • setViz

      public void setViz(List<RestoreClusterEntityPlan> viz)
      Setter for viz. The plan for the restoration of the Data Visualization Apps.
    • getCdwHue

      public List<RestoreClusterEntityPlan> getCdwHue()
      Getter for cdwHue. The plan for the restoration of the Hue Query Editors.
    • setCdwHue

      public void setCdwHue(List<RestoreClusterEntityPlan> cdwHue)
      Setter for cdwHue. The plan for the restoration of the Hue Query Editors.
    • getDwxSecrets

      public List<String> getDwxSecrets()
      Getter for dwxSecrets. The plan for the restoration of the DWX Secrets.
    • setDwxSecrets

      public void setDwxSecrets(List<String> dwxSecrets)
      Setter for dwxSecrets. The plan for the restoration of the DWX Secrets.
    • 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