Class RestoreClusterEntityPlan


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class RestoreClusterEntityPlan
    extends Object
    Entity status after the restore operation.
    • Constructor Detail

      • RestoreClusterEntityPlan

        public RestoreClusterEntityPlan()
    • Method Detail

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

        public int hashCode()
        Overrides:
        hashCode in class Object