Class ChangeTransition
java.lang.Object
com.liferay.headless.admin.workflow.dto.v1_0.ChangeTransition
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setComment
(com.liferay.petra.function.UnsafeSupplier<String, Exception> commentUnsafeSupplier) void
setComment
(String comment) void
setTransitionName
(com.liferay.petra.function.UnsafeSupplier<String, Exception> transitionNameUnsafeSupplier) void
setTransitionName
(String transitionName) void
setWorkflowTaskId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> workflowTaskIdUnsafeSupplier) void
setWorkflowTaskId
(Long workflowTaskId) static ChangeTransition
toString()
static ChangeTransition
unsafeToDTO
(String json)
-
Field Details
-
comment
-
transitionName
-
workflowTaskId
-
xClassName
-
-
Constructor Details
-
ChangeTransition
public ChangeTransition()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getComment
-
setComment
-
setComment
-
getTransitionName
-
setTransitionName
-
setTransitionName
-
getWorkflowTaskId
-
setWorkflowTaskId
-
setWorkflowTaskId
-
equals
-
hashCode
public int hashCode() -
toString
-