Package com.mypurecloud.sdk.v2.model
Class ActivityPlanRunJobResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ActivityPlanRunJobResponse
- All Implemented Interfaces:
Serializable
ActivityPlanRunJobResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the job -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityPlan(ActivityPlanReference activityPlan) The activity plan associated with this jobbooleanError details if status == 'Error'.exceptions(List<ActivityPlanJobException> exceptions) The list of exceptions that occurred while running this activity plan job.getError()getId()inthashCode()The globally unique identifier for the object.voidsetActivityPlan(ActivityPlanReference activityPlan) voidvoidsetExceptions(List<ActivityPlanJobException> exceptions) voidvoidThe status of the jobtoString()
-
Constructor Details
-
ActivityPlanRunJobResponse
public ActivityPlanRunJobResponse() -
ActivityPlanRunJobResponse
-
-
Method Details
-
id
The globally unique identifier for the object. -
getId
-
setId
-
status
The status of the job -
getStatus
-
setStatus
-
exceptions
The list of exceptions that occurred while running this activity plan job. These are exceptions that affect individual occurrences but didn't prevent the job from completing -
getExceptions
-
setExceptions
-
error
Error details if status == 'Error'. These are errors that caused the job to fail to complete -
getError
-
setError
-
activityPlan
The activity plan associated with this job -
getActivityPlan
-
setActivityPlan
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-