Package org.bonitasoft.web.client.model
Class ArchivedProcessInstanceCommentAllOf
- java.lang.Object
-
- org.bonitasoft.web.client.model.ArchivedProcessInstanceCommentAllOf
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ArchivedProcessInstanceCommentAllOf extends Object implements Serializable
Information about the comment of an archived process instances.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ARCHIVED_DATE
-
Constructor Summary
Constructors Constructor Description ArchivedProcessInstanceCommentAllOf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArchivedProcessInstanceCommentAllOfarchivedDate(String archivedDate)booleanequals(Object o)StringgetArchivedDate()the date set when the process instance comment was archivedinthashCode()voidsetArchivedDate(String archivedDate)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ARCHIVED_DATE
public static final String JSON_PROPERTY_ARCHIVED_DATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
archivedDate
public ArchivedProcessInstanceCommentAllOf archivedDate(String archivedDate)
-
getArchivedDate
@Nullable public String getArchivedDate()
the date set when the process instance comment was archived- Returns:
- archivedDate
-
setArchivedDate
public void setArchivedDate(String archivedDate)
-
-