Package com.alfresco.content.models
Class ActionExecResultEntry
-
- All Implemented Interfaces:
@JsonClass(generateAdapter = true) public final class ActionExecResultEntry
-
-
Field Summary
Fields Modifier and Type Field Description private ActionExecResultentry
-
Constructor Summary
Constructors Constructor Description ActionExecResultEntry(ActionExecResult entry)
-
Method Summary
Modifier and Type Method Description final ActionExecResultgetEntry()final UnitsetEntry(@Json(name = "entry") ActionExecResult entry)-
-
Constructor Detail
-
ActionExecResultEntry
ActionExecResultEntry(ActionExecResult entry)
-
-
Method Detail
-
getEntry
final ActionExecResult getEntry()
-
setEntry
final Unit setEntry(@Json(name = "entry") ActionExecResult entry)
-
-
-
-