Class ActionTargetStatusRequestBody
java.lang.Object
org.odpi.openmetadata.frameworkservices.gaf.rest.ActionTargetStatusRequestBody
ActionTargetStatusRequestBody provides a structure for passing the properties that sit in the ActionTarget relationship.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals method that returns true if containing properties are the same.Return the unique identifier of the action target metadata element.Return the date/time that work on this actionTarget completed.Return message to describe completion results or reasons for failure.Return the date/time that work on this action target started.Return the status of the work on this actionTarget.int
hashCode()
Return hash code for this objectvoid
setActionTargetGUID
(String actionTargetGUID) Set up the unique identifier of the action target metadata element.void
setCompletionDate
(Date completionDate) Set up the date/time that work on this actionTarget completed.void
setCompletionMessage
(String completionMessage) Set up message to describe completion results or reasons for failure.void
setStartDate
(Date startDate) Set up the date/time that work on this action target started.void
setStatus
(EngineActionStatus status) Set up the status of the work on this actionTarget.toString()
JSON-style toString.
-
Constructor Details
-
ActionTargetStatusRequestBody
public ActionTargetStatusRequestBody()Default constructor -
ActionTargetStatusRequestBody
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getActionTargetGUID
Return the unique identifier of the action target metadata element.- Returns:
- string guid
-
setActionTargetGUID
Set up the unique identifier of the action target metadata element.- Parameters:
actionTargetGUID
- string guid
-
getStatus
Return the status of the work on this actionTarget.- Returns:
- status enum
-
setStatus
Set up the status of the work on this actionTarget.- Parameters:
status
- status enum
-
getStartDate
Return the date/time that work on this action target started.- Returns:
- date object
-
setStartDate
Set up the date/time that work on this action target started.- Parameters:
startDate
- date object
-
getCompletionDate
Return the date/time that work on this actionTarget completed.- Returns:
- date object
-
setCompletionDate
Set up the date/time that work on this actionTarget completed.- Parameters:
completionDate
- date object
-
getCompletionMessage
Return message to describe completion results or reasons for failure.- Returns:
- string
-
setCompletionMessage
Set up message to describe completion results or reasons for failure.- Parameters:
completionMessage
- string
-
toString
JSON-style toString. -
equals
Equals method that returns true if containing properties are the same. -
hashCode
public int hashCode()Return hash code for this object
-