Class AgentInvocationEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.agent.engine.impl.persistence.entity.AbstractAgentEngineEntity
com.flowable.agent.engine.impl.persistence.entity.AgentInvocationEntityImpl
- All Implemented Interfaces:
AgentInvocation,AgentInvocationEntity,org.flowable.common.engine.impl.db.HasRevision,org.flowable.common.engine.impl.persistence.entity.Entity
public class AgentInvocationEntityImpl
extends AbstractAgentEngineEntity
implements AgentInvocationEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Dateprotected Stringprotected Longprotected Longprotected Dateprotected StringFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAgentDefinitionId(String agentDefinitionId) voidsetAgentDefinitionKey(String agentDefinitionKey) voidsetAgentInstanceId(String agentInstanceId) voidsetEndTime(Date endTime) voidsetOperationKey(String operationKey) voidsetOutputTokenCount(Long outputTokenCount) voidsetPromptTokenCount(Long promptTokenCount) voidsetStartTime(Date startTime) voidMethods inherited from class com.flowable.agent.engine.impl.persistence.entity.AbstractAgentEngineEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.flowable.agent.api.history.AgentInvocation
getIdMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Field Details
-
agentInstanceId
-
agentDefinitionId
-
agentDefinitionKey
-
operationKey
-
startTime
-
endTime
-
userId
-
promptTokenCount
-
outputTokenCount
-
-
Constructor Details
-
AgentInvocationEntityImpl
public AgentInvocationEntityImpl()
-
-
Method Details
-
getAgentInstanceId
- Specified by:
getAgentInstanceIdin interfaceAgentInvocation
-
setAgentInstanceId
- Specified by:
setAgentInstanceIdin interfaceAgentInvocationEntity
-
getAgentDefinitionId
- Specified by:
getAgentDefinitionIdin interfaceAgentInvocation
-
setAgentDefinitionId
- Specified by:
setAgentDefinitionIdin interfaceAgentInvocationEntity
-
getAgentDefinitionKey
- Specified by:
getAgentDefinitionKeyin interfaceAgentInvocation
-
setAgentDefinitionKey
- Specified by:
setAgentDefinitionKeyin interfaceAgentInvocationEntity
-
getOperationKey
- Specified by:
getOperationKeyin interfaceAgentInvocation
-
setOperationKey
- Specified by:
setOperationKeyin interfaceAgentInvocationEntity
-
getStartTime
- Specified by:
getStartTimein interfaceAgentInvocation
-
setStartTime
- Specified by:
setStartTimein interfaceAgentInvocationEntity
-
getEndTime
- Specified by:
getEndTimein interfaceAgentInvocation
-
setEndTime
- Specified by:
setEndTimein interfaceAgentInvocationEntity
-
getUserId
- Specified by:
getUserIdin interfaceAgentInvocation
-
setUserId
- Specified by:
setUserIdin interfaceAgentInvocationEntity
-
getPromptTokenCount
- Specified by:
getPromptTokenCountin interfaceAgentInvocation
-
setPromptTokenCount
- Specified by:
setPromptTokenCountin interfaceAgentInvocationEntity
-
getOutputTokenCount
- Specified by:
getOutputTokenCountin interfaceAgentInvocation
-
setOutputTokenCount
- Specified by:
setOutputTokenCountin interfaceAgentInvocationEntity
-
getPersistentState
- Specified by:
getPersistentStatein interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-