public class ActionTargetStatusRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
ActionTargetStatusRequestBody()
Default constructor
|
ActionTargetStatusRequestBody(ActionTargetStatusRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
String |
getActionTargetGUID()
Return the unique identifier of the action target metadata element.
|
Date |
getCompletionDate()
Return the date/time that work on this actionTarget completed.
|
Date |
getStartDate()
Return the date/time that work on this action target started.
|
GovernanceActionStatus |
getStatus()
Return the status of the work on this actionTarget.
|
int |
hashCode()
Return hash code for this object
|
void |
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 |
setStartDate(Date startDate)
Set up the date/time that work on this action target started.
|
void |
setStatus(GovernanceActionStatus status)
Set up the status of the work on this actionTarget.
|
String |
toString()
JSON-style toString.
|
public ActionTargetStatusRequestBody()
public ActionTargetStatusRequestBody(ActionTargetStatusRequestBody template)
template - object to copypublic String getActionTargetGUID()
public void setActionTargetGUID(String actionTargetGUID)
actionTargetGUID - string guidpublic GovernanceActionStatus getStatus()
public void setStatus(GovernanceActionStatus status)
status - status enumpublic Date getStartDate()
public void setStartDate(Date startDate)
startDate - date objectpublic Date getCompletionDate()
public void setCompletionDate(Date completionDate)
completionDate - date objectpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.