Class ArchivedConnectorInstanceAllOf

  • All Implemented Interfaces:
    Serializable

    @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class ArchivedConnectorInstanceAllOf
    extends Object
    implements Serializable
    Information about archived connector instances attached to an archived process or an archived flow node.
    See Also:
    Serialized Form
    • Constructor Detail

      • ArchivedConnectorInstanceAllOf

        public ArchivedConnectorInstanceAllOf()
    • Method Detail

      • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object