Class ProcessLogEvent

    • Constructor Detail

      • ProcessLogEvent

        public ProcessLogEvent()
    • Method Detail

      • correlationId

        public ProcessLogEvent correlationId​(String correlationId)
        Correlation id process log event.
        Parameters:
        correlationId - the correlation id
        Returns:
        the process log event
      • getCorrelationId

        public String getCorrelationId()
        Gets correlation id.
        Returns:
        the correlation id
      • setCorrelationId

        public void setCorrelationId​(String correlationId)
        Sets correlation id.
        Parameters:
        correlationId - the correlation id
      • eventTime

        public ProcessLogEvent eventTime​(Date eventTime)
        Event time process log event.
        Parameters:
        eventTime - the event time
        Returns:
        the process log event
      • getEventTime

        public Date getEventTime()
        Gets event time.
        Returns:
        the event time
      • setEventTime

        public void setEventTime​(Date eventTime)
        Sets event time.
        Parameters:
        eventTime - the event time
      • processEventType

        public ProcessLogEvent processEventType​(EventType processEventType)
        Process event type process log event.
        Parameters:
        processEventType - the process event type
        Returns:
        the process log event
      • getProcessEventType

        public EventType getProcessEventType()
        Gets process event type.
        Returns:
        the process event type
      • setProcessEventType

        public void setProcessEventType​(EventType processEventType)
        Sets process event type.
        Parameters:
        processEventType - the process event type
      • processInstanceId

        public ProcessLogEvent processInstanceId​(String processInstanceId)
        Process instance id process log event.
        Parameters:
        processInstanceId - the process instance id
        Returns:
        the process log event
      • getProcessInstanceId

        public String getProcessInstanceId()
        Gets process instance id.
        Returns:
        the process instance id
      • setProcessInstanceId

        public void setProcessInstanceId​(String processInstanceId)
        Sets process instance id.
        Parameters:
        processInstanceId - the process instance id
      • processId

        public ProcessLogEvent processId​(String processId)
        Process id process log event.
        Parameters:
        processId - the process id
        Returns:
        the process log event
      • getProcessId

        public String getProcessId()
        Gets process id.
        Returns:
        the process id
      • setProcessId

        public void setProcessId​(String processId)
        Sets process id.
        Parameters:
        processId - the process id
      • metadata

        public ProcessLogEvent metadata​(Map<String,​Object> metadata)
        Metadata process log event.
        Parameters:
        metadata - the metadata
        Returns:
        the process log event
      • getMetadata

        public Map<String,​Object> getMetadata()
        Gets metadata.
        Returns:
        the metadata
      • setMetadata

        public void setMetadata​(Map<String,​Object> metadata)
        Sets metadata.
        Parameters:
        metadata - the metadata
      • executionId

        public ProcessLogEvent executionId​(String executionId)
        Execution id process log event.
        Parameters:
        executionId - the execution id
        Returns:
        the process log event
      • getExecutionId

        public String getExecutionId()
        Gets execution id.
        Returns:
        the execution id
      • setExecutionId

        public void setExecutionId​(String executionId)
        Sets execution id.
        Parameters:
        executionId - the execution id
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • toPrettyString

        public String toPrettyString()
        To pretty string string.
        Returns:
        the string