Class ArchivedFlowNodeAllOf

java.lang.Object
org.bonitasoft.web.client.model.ArchivedFlowNodeAllOf
All Implemented Interfaces:
Serializable

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ArchivedFlowNodeAllOf extends Object implements Serializable
A flow node (gateway or event or task) in an archived instance of a process.
See Also:
  • Field Details

  • Constructor Details

    • ArchivedFlowNodeAllOf

      public ArchivedFlowNodeAllOf()
  • Method Details

    • sourceObjectId

      public ArchivedFlowNodeAllOf sourceObjectId(String sourceObjectId)
    • getSourceObjectId

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

      public void setSourceObjectId(String sourceObjectId)
    • archivedDate

      public ArchivedFlowNodeAllOf 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