Class AgentInvocationSearchRepresentation

java.lang.Object
com.flowable.platform.service.agent.AgentInvocationSearchRepresentation

public class AgentInvocationSearchRepresentation extends Object
  • Field Details

    • id

      protected String id
    • agentInstanceId

      protected String agentInstanceId
    • agentDefinitionId

      protected String agentDefinitionId
    • agentDefinitionKey

      protected String agentDefinitionKey
    • agentDefinitionName

      protected String agentDefinitionName
    • operationKey

      protected String operationKey
    • startTime

      protected Date startTime
    • endTime

      protected Date endTime
    • durationInMillis

      protected Long durationInMillis
    • userId

      protected String userId
    • referenceId

      protected String referenceId
    • referenceType

      protected String referenceType
    • promptTokenCount

      protected Long promptTokenCount
    • outputTokenCount

      protected Long outputTokenCount
    • cachedTokenCount

      protected Long cachedTokenCount
    • totalTokenCount

      protected Long totalTokenCount
    • guardrailEvaluationCount

      protected Long guardrailEvaluationCount
    • guardrailFiredCount

      protected Long guardrailFiredCount
    • guardrailPassedCount

      protected Long guardrailPassedCount
    • toolExchangeCount

      protected Long toolExchangeCount
    • tenantId

      protected String tenantId
  • Constructor Details

    • AgentInvocationSearchRepresentation

      public AgentInvocationSearchRepresentation()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getAgentInstanceId

      public String getAgentInstanceId()
    • setAgentInstanceId

      public void setAgentInstanceId(String agentInstanceId)
    • getAgentDefinitionId

      public String getAgentDefinitionId()
    • setAgentDefinitionId

      public void setAgentDefinitionId(String agentDefinitionId)
    • getAgentDefinitionKey

      public String getAgentDefinitionKey()
    • setAgentDefinitionKey

      public void setAgentDefinitionKey(String agentDefinitionKey)
    • getAgentDefinitionName

      public String getAgentDefinitionName()
    • setAgentDefinitionName

      public void setAgentDefinitionName(String agentDefinitionName)
    • getOperationKey

      public String getOperationKey()
    • setOperationKey

      public void setOperationKey(String operationKey)
    • getStartTime

      public Date getStartTime()
    • setStartTime

      public void setStartTime(Date startTime)
    • getEndTime

      public Date getEndTime()
    • setEndTime

      public void setEndTime(Date endTime)
    • getDurationInMillis

      public Long getDurationInMillis()
    • setDurationInMillis

      public void setDurationInMillis(Long durationInMillis)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • getReferenceId

      public String getReferenceId()
    • setReferenceId

      public void setReferenceId(String referenceId)
    • getReferenceType

      public String getReferenceType()
    • setReferenceType

      public void setReferenceType(String referenceType)
    • getPromptTokenCount

      public Long getPromptTokenCount()
    • setPromptTokenCount

      public void setPromptTokenCount(Long promptTokenCount)
    • getOutputTokenCount

      public Long getOutputTokenCount()
    • setOutputTokenCount

      public void setOutputTokenCount(Long outputTokenCount)
    • getCachedTokenCount

      public Long getCachedTokenCount()
    • setCachedTokenCount

      public void setCachedTokenCount(Long cachedTokenCount)
    • getTotalTokenCount

      public Long getTotalTokenCount()
    • setTotalTokenCount

      public void setTotalTokenCount(Long totalTokenCount)
    • getGuardrailEvaluationCount

      public Long getGuardrailEvaluationCount()
    • setGuardrailEvaluationCount

      public void setGuardrailEvaluationCount(Long guardrailEvaluationCount)
    • getGuardrailFiredCount

      public Long getGuardrailFiredCount()
    • setGuardrailFiredCount

      public void setGuardrailFiredCount(Long guardrailFiredCount)
    • getGuardrailPassedCount

      public Long getGuardrailPassedCount()
    • setGuardrailPassedCount

      public void setGuardrailPassedCount(Long guardrailPassedCount)
    • getToolExchangeCount

      public Long getToolExchangeCount()
    • setToolExchangeCount

      public void setToolExchangeCount(Long toolExchangeCount)
    • getTenantId

      public String getTenantId()
    • setTenantId

      public void setTenantId(String tenantId)