Class RestoreClusterEntityPlan

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.071-07:00") public class RestoreClusterEntityPlan extends Object
Entity status after the restore operation.
  • Constructor Details

    • RestoreClusterEntityPlan

      public RestoreClusterEntityPlan()
  • Method Details

    • getRef

      public String getRef()
      Getter for ref. The reference of the entity in the backup data.
    • setRef

      public void setRef(String ref)
      Setter for ref. The reference of the entity in the backup data.
    • getId

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

      public void setId(String id)
      Setter for id. The ID of the entity.
    • getAction

      public String getAction()
      Getter for action. The action associated with the plan. Possible actions: Create, Update, Skip
    • setAction

      public void setAction(String action)
      Setter for action. The action associated with the plan. Possible actions: Create, Update, Skip
    • getMessage

      public String getMessage()
      Getter for message. The description of the plan.
    • setMessage

      public void setMessage(String message)
      Setter for message. The description of the plan.
    • 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