Package org.bonitasoft.web.client.model
Class ArchivedConnectorInstanceAllOf
- java.lang.Object
-
- org.bonitasoft.web.client.model.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
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ARCHIVED_DATE
-
Constructor Summary
Constructors Constructor Description ArchivedConnectorInstanceAllOf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArchivedConnectorInstanceAllOfarchivedDate(String archivedDate)booleanequals(Object o)StringgetArchivedDate()the date ('yyyy-MM-dd HH:mm:ss.SSS') when the current task was assigned for example '2014-10-17 16:05:42.626'inthashCode()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 ArchivedConnectorInstanceAllOf 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)
-
-