Package org.bonitasoft.web.client.model
Class ArchivedConnectorInstance
java.lang.Object
org.bonitasoft.web.client.model.ArchivedConnectorInstance
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ArchivedConnectorInstance
extends Object
implements Serializable
ArchivedConnectorInstance
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumthe name of the event that activated the connector instancestatic enumthe connector state -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivationEvent(ArchivedConnectorInstance.ActivationEventEnum activationEvent) archivedDate(String archivedDate) connectorId(String connectorId) containerId(String containerId) containerType(String containerType) booleanthe name of the event that activated the connector instancethe date ('yyyy-MM-dd HH:mm:ss.SSS') when the current task was assigned for example '2014-10-17 16:05:42.626'the connector idthe containing activity instance idthe type of the containing activitygetId()the connector instance idgetName()the connector namegetState()the connector statethe connector versioninthashCode()voidsetActivationEvent(ArchivedConnectorInstance.ActivationEventEnum activationEvent) voidsetArchivedDate(String archivedDate) voidsetConnectorId(String connectorId) voidsetContainerId(String containerId) voidsetContainerType(String containerType) voidvoidvoidvoidsetVersion(String version) toString()
-
Field Details
-
JSON_PROPERTY_CONTAINER_TYPE
- See Also:
-
JSON_PROPERTY_CONNECTOR_ID
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_ACTIVATION_EVENT
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_CONTAINER_ID
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_ARCHIVED_DATE
- See Also:
-
-
Constructor Details
-
ArchivedConnectorInstance
public ArchivedConnectorInstance()
-
-
Method Details
-
containerType
-
getContainerType
the type of the containing activity- Returns:
- containerType
-
setContainerType
-
connectorId
-
getConnectorId
the connector id- Returns:
- connectorId
-
setConnectorId
-
id
-
getId
the connector instance id- Returns:
- id
-
setId
-
name
-
getName
the connector name- Returns:
- name
-
setName
-
activationEvent
public ArchivedConnectorInstance activationEvent(@Nullable ArchivedConnectorInstance.ActivationEventEnum activationEvent) -
getActivationEvent
the name of the event that activated the connector instance- Returns:
- activationEvent
-
setActivationEvent
public void setActivationEvent(@Nullable ArchivedConnectorInstance.ActivationEventEnum activationEvent) -
state
-
getState
the connector state- Returns:
- state
-
setState
-
containerId
-
getContainerId
the containing activity instance id- Returns:
- containerId
-
setContainerId
-
version
-
getVersion
the connector version- Returns:
- version
-
setVersion
-
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
-