Package com.cloudera.cdp.compute.model
Class Activity
java.lang.Object
com.cloudera.cdp.compute.model.Activity
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-03-25T09:53:08.660-07:00")
public class Activity
extends Object
Represents an individual activity within a workflow execution.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for activityId.Getter for completedAt.getLogs()Getter for logs.getName()Getter for name.Getter for startedAt.Getter for status.inthashCode()voidsetActivityId(String activityId) Setter for activityId.voidsetCompletedAt(ZonedDateTime completedAt) Setter for completedAt.voidSetter for logs.voidSetter for name.voidsetStartedAt(ZonedDateTime startedAt) Setter for startedAt.voidSetter for status.toString()
-
Constructor Details
-
Activity
public Activity()
-
-
Method Details
-
getActivityId
Getter for activityId. Unique identifier for this activity instance. -
setActivityId
Setter for activityId. Unique identifier for this activity instance. -
getName
Getter for name. Human-readable name of the activity. -
setName
Setter for name. Human-readable name of the activity. -
getStatus
Getter for status. Current execution status of the activity. -
setStatus
Setter for status. Current execution status of the activity. -
getStartedAt
Getter for startedAt. Time when the activity started execution. -
setStartedAt
Setter for startedAt. Time when the activity started execution. -
getCompletedAt
Getter for completedAt. Time when the activity completed execution. -
setCompletedAt
Setter for completedAt. Time when the activity completed execution. -
getLogs
Getter for logs. Collection of log messages generated during activity execution. -
setLogs
Setter for logs. Collection of log messages generated during activity execution. -
equals
-
hashCode
public int hashCode() -
toString
-