Package org.bonitasoft.web.client.model
Class AbstractArchivedTaskAllOf
java.lang.Object
org.bonitasoft.web.client.model.AbstractArchivedTaskAllOf
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class AbstractArchivedTaskAllOf
extends Object
implements Serializable
An Archived task is a task that has been archived
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarchivedDate(String archivedDate) booleanthe date ('yyyy-MM-dd HH:mm:ss.SSS') when the current task was assigned for example '2014-10-17 16:05:42.626'the original id of the task before it was archivedinthashCode()voidsetArchivedDate(String archivedDate) voidsetSourceObjectId(String sourceObjectId) sourceObjectId(String sourceObjectId) toString()
-
Field Details
-
JSON_PROPERTY_SOURCE_OBJECT_ID
- See Also:
-
JSON_PROPERTY_ARCHIVED_DATE
- See Also:
-
-
Constructor Details
-
AbstractArchivedTaskAllOf
public AbstractArchivedTaskAllOf()
-
-
Method Details
-
sourceObjectId
-
getSourceObjectId
the original id of the task before it was archived- Returns:
- sourceObjectId
-
setSourceObjectId
-
archivedDate
-
getArchivedDate
the date ('yyyy-MM-dd HH:mm:ss.SSS') when the current task was assigned for example '2014-10-17 16:05:42.626'- Returns:
- archivedDate
-
setArchivedDate
-
equals
-
hashCode
public int hashCode() -
toString
-