Package com.cloudera.cdp.dw.model
Class RestoreClusterEntityPlan
- java.lang.Object
-
- com.cloudera.cdp.dw.model.RestoreClusterEntityPlan
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:17.249-07:00") public class RestoreClusterEntityPlan extends Object
Entity status after the restore operation.
-
-
Constructor Summary
Constructors Constructor Description RestoreClusterEntityPlan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAction()
Getter for action.String
getId()
Getter for id.String
getMessage()
Getter for message.String
getRef()
Getter for ref.int
hashCode()
void
setAction(String action)
Setter for action.void
setId(String id)
Setter for id.void
setMessage(String message)
Setter for message.void
setRef(String ref)
Setter for ref.String
toString()
-
-
-
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.
-
-