Interface AgentInvocationEntity
- All Superinterfaces:
AgentInvocation, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
- All Known Implementing Classes:
AgentInvocationEntityImpl
public interface AgentInvocationEntity
extends AgentInvocation, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetAgentDefinitionId(String agentDefinitionId) voidsetAgentDefinitionKey(String agentDefinitionKey) voidsetAgentInstanceId(String agentInstanceId) voidsetCachedTokenCount(Long cachedTokenCount) voidsetEndTime(Date endTime) voidsetOperationKey(String operationKey) voidsetOutputTokenCount(Long outputTokenCount) voidsetPromptTokenCount(Long promptTokenCount) voidsetStartTime(Date startTime) voidMethods inherited from interface AgentInvocation
getAgentDefinitionId, getAgentDefinitionKey, getAgentInstanceId, getCachedTokenCount, getEndTime, getId, getOperationKey, getOutputTokenCount, getPromptTokenCount, getStartTime, getUserIdMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Method Details
-
setAgentInstanceId
-
setAgentDefinitionId
-
setAgentDefinitionKey
-
setOperationKey
-
setStartTime
-
setEndTime
-
setUserId
-
setPromptTokenCount
-
setOutputTokenCount
-
setCachedTokenCount
-