Package com.cloudera.cdp.compute.model
Class AppWorkflowStatus
java.lang.Object
com.cloudera.cdp.compute.model.AppWorkflowStatus
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-03-25T09:53:08.660-07:00")
public class AppWorkflowStatus
extends Object
Status of an application workflow.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for appCrn.Getter for lastUpdateTime.Getter for message.Getter for startTime.Getter for workflowStatus.inthashCode()voidSetter for appCrn.voidsetLastUpdateTime(ZonedDateTime lastUpdateTime) Setter for lastUpdateTime.voidsetMessage(String message) Setter for message.voidsetStartTime(ZonedDateTime startTime) Setter for startTime.voidsetWorkflowStatus(String workflowStatus) Setter for workflowStatus.toString()
-
Constructor Details
-
AppWorkflowStatus
public AppWorkflowStatus()
-
-
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. -
equals
-
hashCode
public int hashCode() -
toString
-