Class ConnectorInstance

    • Constructor Detail

      • ConnectorInstance

        public ConnectorInstance()
    • Method Detail

      • getContainerType

        @Nullable
        public String getContainerType()
        the type of the containing activity
        Returns:
        containerType
      • setContainerType

        public void setContainerType​(String containerType)
      • getConnectorId

        @Nullable
        public String getConnectorId()
        the connector id
        Returns:
        connectorId
      • setConnectorId

        public void setConnectorId​(String connectorId)
      • getId

        @Nullable
        public Long getId()
        the connector instance id
        Returns:
        id
      • setId

        public void setId​(Long id)
      • getName

        @Nullable
        public String getName()
        the connector name
        Returns:
        name
      • setName

        public void setName​(String name)
      • getActivationEvent

        @Nullable
        public String getActivationEvent()
        the name of hte event that activated the connector instance
        Returns:
        activationEvent
      • setActivationEvent

        public void setActivationEvent​(String activationEvent)
      • getState

        @Nullable
        public String getState()
        the connector state
        Returns:
        state
      • setState

        public void setState​(String state)
      • getContainerId

        @Nullable
        public String getContainerId()
        the containing activity instance id
        Returns:
        containerId
      • setContainerId

        public void setContainerId​(String containerId)
      • getVersion

        @Nullable
        public String getVersion()
        the connector version
        Returns:
        version
      • setVersion

        public void setVersion​(String version)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object