Package org.bonitasoft.web.client.model
Class ConnectorInstance
java.lang.Object
org.bonitasoft.web.client.model.ConnectorInstance
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ConnectorInstance
extends Object
implements Serializable
- 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(ConnectorInstance.ActivationEventEnum activationEvent) connectorId(String connectorId) containerId(String containerId) containerType(String containerType) booleanthe name of the event that activated the connector instancethe connector idthe containing activity instance idthe type of the containing activitygetId()the connector instance idgetName()the connector namegetState()the connector statethe connector versioninthashCode()voidsetActivationEvent(ConnectorInstance.ActivationEventEnum activationEvent) voidsetConnectorId(String connectorId) voidsetContainerId(String containerId) voidsetContainerType(String containerType) voidvoidvoidvoidsetVersion(String version) state(ConnectorInstance.StateEnum state) 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:
-
-
Constructor Details
-
ConnectorInstance
public ConnectorInstance()
-
-
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 ConnectorInstance activationEvent(@Nullable ConnectorInstance.ActivationEventEnum activationEvent) -
getActivationEvent
the name of the event that activated the connector instance- Returns:
- activationEvent
-
setActivationEvent
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-