Package org.bonitasoft.web.client.model
Class ProcessInstanceCommentCreateRequest
java.lang.Object
org.bonitasoft.web.client.model.ProcessInstanceCommentCreateRequest
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ProcessInstanceCommentCreateRequest
extends Object
implements Serializable
ProcessInstanceCommentCreateRequest
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanthe comment contentthe process instance (case) the comment is associated tointhashCode()processInstanceId(String processInstanceId) voidsetContent(String content) voidsetProcessInstanceId(String processInstanceId) toString()
-
Field Details
-
JSON_PROPERTY_PROCESS_INSTANCE_ID
- See Also:
-
JSON_PROPERTY_CONTENT
- See Also:
-
-
Constructor Details
-
ProcessInstanceCommentCreateRequest
public ProcessInstanceCommentCreateRequest()
-
-
Method Details
-
processInstanceId
-
getProcessInstanceId
the process instance (case) the comment is associated to- Returns:
- processInstanceId
-
setProcessInstanceId
-
content
-
getContent
the comment content- Returns:
- content
-
setContent
-
equals
-
hashCode
public int hashCode() -
toString
-