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 Details

  • Constructor Details

    • AbstractArchivedTaskAllOf

      public AbstractArchivedTaskAllOf()
  • Method Details

    • sourceObjectId

      public AbstractArchivedTaskAllOf sourceObjectId(String sourceObjectId)
    • getSourceObjectId

      @Nullable public String getSourceObjectId()
      the original id of the task before it was archived
      Returns:
      sourceObjectId
    • setSourceObjectId

      public void setSourceObjectId(String sourceObjectId)
    • archivedDate

      public AbstractArchivedTaskAllOf archivedDate(String archivedDate)
    • getArchivedDate

      @Nullable public String 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

      public void setArchivedDate(String archivedDate)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object