Package com.cloudera.cdp.compute.model
Class AppWorkflowDetail
java.lang.Object
com.cloudera.cdp.compute.model.AppWorkflowDetail
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-03-25T09:53:08.660-07:00")
public class AppWorkflowDetail
extends Object
Details of an application workflow.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for activities.Getter for appCrn.Getter for domain.Getter for lastUpdateTime.Getter for message.getRunId()Getter for runId.Getter for startTime.Getter for taskList.Getter for workflowId.Getter for workflowName.Getter for workflowStatus.inthashCode()voidsetActivities(List<Activity> activities) Setter for activities.voidSetter for appCrn.voidSetter for domain.voidsetLastUpdateTime(ZonedDateTime lastUpdateTime) Setter for lastUpdateTime.voidsetMessage(String message) Setter for message.voidSetter for runId.voidsetStartTime(ZonedDateTime startTime) Setter for startTime.voidsetTaskList(String taskList) Setter for taskList.voidsetWorkflowId(String workflowId) Setter for workflowId.voidsetWorkflowName(String workflowName) Setter for workflowName.voidsetWorkflowStatus(String workflowStatus) Setter for workflowStatus.toString()
-
Constructor Details
-
AppWorkflowDetail
public AppWorkflowDetail()
-
-
Method Details
-
getWorkflowStatus
Getter for workflowStatus. Workflow status. -
setWorkflowStatus
Setter for workflowStatus. Workflow status. -
getMessage
Getter for message. Additional details regarding workflow status. -
setMessage
Setter for message. Additional details regarding workflow status. -
getAppCrn
Getter for appCrn. Application CRN. -
setAppCrn
Setter for appCrn. Application CRN. -
getStartTime
Getter for startTime. The start time of the workflow. -
setStartTime
Setter for startTime. The start time of the workflow. -
getLastUpdateTime
Getter for lastUpdateTime. The last time the workflow status was updated. -
setLastUpdateTime
Setter for lastUpdateTime. The last time the workflow status was updated. -
getDomain
Getter for domain. Domain of workflow. -
setDomain
Setter for domain. Domain of workflow. -
getTaskList
Getter for taskList. List of tasks for workflows. -
setTaskList
Setter for taskList. List of tasks for workflows. -
getWorkflowName
Getter for workflowName. Name of the workflow. -
setWorkflowName
Setter for workflowName. Name of the workflow. -
getWorkflowId
Getter for workflowId. Cadence workflow ID. -
setWorkflowId
Setter for workflowId. Cadence workflow ID. -
getRunId
Getter for runId. Cadence run ID. -
setRunId
Setter for runId. Cadence run ID. -
getActivities
Getter for activities. Activities -
setActivities
Setter for activities. Activities -
equals
-
hashCode
public int hashCode() -
toString
-