Class FlowNodeInstanceItem

java.lang.Object
io.camunda.zeebe.client.protocol.rest.FlowNodeInstanceItem

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-10-28T16:53:53.401346729Z[GMT]", comments="Generator version: 7.8.0") public class FlowNodeInstanceItem extends Object
FlowNodeInstanceItem
  • Field Details

  • Constructor Details

    • FlowNodeInstanceItem

      public FlowNodeInstanceItem()
  • Method Details

    • flowNodeInstanceKey

      public FlowNodeInstanceItem flowNodeInstanceKey(Long flowNodeInstanceKey)
    • getFlowNodeInstanceKey

      @Nullable public Long getFlowNodeInstanceKey()
      Get flowNodeInstanceKey
      Returns:
      flowNodeInstanceKey
    • setFlowNodeInstanceKey

      public void setFlowNodeInstanceKey(Long flowNodeInstanceKey)
    • processInstanceKey

      public FlowNodeInstanceItem processInstanceKey(Long processInstanceKey)
    • getProcessInstanceKey

      @Nullable public Long getProcessInstanceKey()
      Get processInstanceKey
      Returns:
      processInstanceKey
    • setProcessInstanceKey

      public void setProcessInstanceKey(Long processInstanceKey)
    • processDefinitionKey

      public FlowNodeInstanceItem processDefinitionKey(Long processDefinitionKey)
    • getProcessDefinitionKey

      @Nullable public Long getProcessDefinitionKey()
      Get processDefinitionKey
      Returns:
      processDefinitionKey
    • setProcessDefinitionKey

      public void setProcessDefinitionKey(Long processDefinitionKey)
    • startDate

      public FlowNodeInstanceItem startDate(String startDate)
    • getStartDate

      @Nullable public String getStartDate()
      Get startDate
      Returns:
      startDate
    • setStartDate

      public void setStartDate(String startDate)
    • endDate

      public FlowNodeInstanceItem endDate(String endDate)
    • getEndDate

      @Nullable public String getEndDate()
      Get endDate
      Returns:
      endDate
    • setEndDate

      public void setEndDate(String endDate)
    • flowNodeId

      public FlowNodeInstanceItem flowNodeId(String flowNodeId)
    • getFlowNodeId

      @Nullable public String getFlowNodeId()
      Get flowNodeId
      Returns:
      flowNodeId
    • setFlowNodeId

      public void setFlowNodeId(String flowNodeId)
    • flowNodeName

      public FlowNodeInstanceItem flowNodeName(String flowNodeName)
    • getFlowNodeName

      @Nullable public String getFlowNodeName()
      Get flowNodeName
      Returns:
      flowNodeName
    • setFlowNodeName

      public void setFlowNodeName(String flowNodeName)
    • treePath

      public FlowNodeInstanceItem treePath(String treePath)
    • getTreePath

      @Nullable public String getTreePath()
      Get treePath
      Returns:
      treePath
    • setTreePath

      public void setTreePath(String treePath)
    • type

      public FlowNodeInstanceItem type(String type)
    • getType

      @Nullable public String getType()
      Get type
      Returns:
      type
    • setType

      public void setType(String type)
    • state

      public FlowNodeInstanceItem state(String state)
    • getState

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

      public void setState(String state)
    • incident

      public FlowNodeInstanceItem incident(Boolean incident)
    • getIncident

      @Nullable public Boolean getIncident()
      Get incident
      Returns:
      incident
    • setIncident

      public void setIncident(Boolean incident)
    • incidentKey

      public FlowNodeInstanceItem incidentKey(Long incidentKey)
    • getIncidentKey

      @Nullable public Long getIncidentKey()
      Get incidentKey
      Returns:
      incidentKey
    • setIncidentKey

      public void setIncidentKey(Long incidentKey)
    • tenantId

      public FlowNodeInstanceItem tenantId(String tenantId)
    • getTenantId

      @Nullable public String getTenantId()
      Get tenantId
      Returns:
      tenantId
    • setTenantId

      public void setTenantId(String tenantId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string