public class Action extends Object
| Constructor and Description |
|---|
Action(String type,
String reference,
String namespace,
String title,
String details,
String startTime,
String endTime,
String user,
String userAgent,
String parentAction,
String actionType,
String state,
String workSource,
String workSourceName,
String report,
String failureDescription,
String failureAction,
String failureMessageCode)
Constructor for Action.
|
| Modifier and Type | Method and Description |
|---|---|
static Action |
fromJson(com.fasterxml.jackson.databind.JsonNode json)
Create new Action from JsonNode.
|
String |
getActionType() |
String |
getDetails() |
String |
getEndTime() |
String |
getFailureAction() |
String |
getFailureDescription() |
String |
getFailureMessageCode() |
String |
getNamespace() |
String |
getParentAction() |
String |
getReference() |
String |
getReport() |
String |
getStartTime() |
String |
getState() |
String |
getTitle() |
String |
getType() |
String |
getUser() |
String |
getUserAgent() |
String |
getWorkSource() |
String |
getWorkSourceName() |
public Action(String type, String reference, String namespace, String title, String details, String startTime, String endTime, String user, String userAgent, String parentAction, String actionType, String state, String workSource, String workSourceName, String report, String failureDescription, String failureAction, String failureMessageCode)
type - Stringreference - Stringnamespace - Stringtitle - Stringdetails - StringstartTime - StringendTime - Stringuser - StringuserAgent - StringparentAction - StringactionType - Stringstate - StringworkSource - StringworkSourceName - Stringreport - StringfailureDescription - StringfailureAction - StringfailureMessageCode - Stringpublic String getType()
public String getReference()
public String getNamespace()
public String getTitle()
public String getDetails()
public String getStartTime()
public String getEndTime()
public String getUser()
public String getUserAgent()
public String getParentAction()
public String getActionType()
public String getState()
public String getWorkSource()
public String getWorkSourceName()
public String getReport()
public String getFailureDescription()
public String getFailureAction()
public String getFailureMessageCode()
public static Action fromJson(com.fasterxml.jackson.databind.JsonNode json)
json - JsonNodeCopyright © 2016–2018. All rights reserved.