Package com.cloudera.cdp.ml.model
Class WorkflowMetadata
java.lang.Object
com.cloudera.cdp.ml.model.WorkflowMetadata
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.791-07:00")
public class WorkflowMetadata
extends Object
The workflow metadata.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for lastKnownStatus.Getter for resourceId.Getter for workflowId.Getter for workflowIndex.Getter for workflowType.int
hashCode()
void
setLastKnownStatus
(String lastKnownStatus) Setter for lastKnownStatus.void
setResourceId
(String resourceId) Setter for resourceId.void
setWorkflowId
(String workflowId) Setter for workflowId.void
setWorkflowIndex
(Long workflowIndex) Setter for workflowIndex.void
setWorkflowType
(String workflowType) Setter for workflowType.toString()
-
Constructor Details
-
WorkflowMetadata
public WorkflowMetadata()
-
-
Method Details
-
getResourceId
Getter for resourceId. The unique identifier of the resource. -
setResourceId
Setter for resourceId. The unique identifier of the resource. -
getWorkflowIndex
Getter for workflowIndex. The workflow index. Monotonically increases for each subsequent workflow for a resource. -
setWorkflowIndex
Setter for workflowIndex. The workflow index. Monotonically increases for each subsequent workflow for a resource. -
getWorkflowType
Getter for workflowType. The workflow type. -
setWorkflowType
Setter for workflowType. The workflow type. -
getWorkflowId
Getter for workflowId. The workflow identifier. -
setWorkflowId
Setter for workflowId. The workflow identifier. -
getLastKnownStatus
Getter for lastKnownStatus. The last known status of the workflow. -
setLastKnownStatus
Setter for lastKnownStatus. The last known status of the workflow. -
equals
-
hashCode
public int hashCode() -
toString
-