Class AgentInvocationExchangeEntityImpl
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.AgentInvocationExchangeEntityImpl
- All Implemented Interfaces:
AgentInvocationExchange,AgentInvocationExchangeEntity,org.flowable.common.engine.impl.db.HasRevision,org.flowable.common.engine.impl.persistence.entity.Entity
public class AgentInvocationExchangeEntityImpl
extends AbstractAgentEngineEntity
implements AgentInvocationExchangeEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Dateprotected Longprotected Dateprotected Stringprotected Longprotected Longprotected Stringprotected intprotected Stringprotected 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 TypeMethodDescriptionintgetType()voidsetAgentDefinitionId(String agentDefinitionId) voidsetAgentDefinitionKey(String agentDefinitionKey) voidsetAgentInstanceId(String agentInstanceId) voidsetCreationTime(Date creationTime) voidsetDuration(Long duration) voidsetEndTime(Date endTime) voidsetInvocationId(String invocationId) voidsetOutputTokenCount(Long outputTokenCount) voidsetPromptTokenCount(Long promptTokenCount) voidsetSubType(String subType) voidsetTransactionOrder(int transactionOrder) voidvoidMethods 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.AgentInvocationExchange
getIdMethods inherited from interface com.flowable.agent.engine.impl.persistence.entity.AgentInvocationExchangeEntity
setIdMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Field Details
-
agentInstanceId
-
invocationId
-
agentDefinitionId
-
agentDefinitionKey
-
creationTime
-
endTime
-
duration
-
type
-
subType
-
userId
-
promptTokenCount
-
outputTokenCount
-
transactionOrder
protected int transactionOrder
-
-
Constructor Details
-
AgentInvocationExchangeEntityImpl
public AgentInvocationExchangeEntityImpl()
-
-
Method Details
-
getAgentInstanceId
- Specified by:
getAgentInstanceIdin interfaceAgentInvocationExchange
-
setAgentInstanceId
- Specified by:
setAgentInstanceIdin interfaceAgentInvocationExchangeEntity
-
getInvocationId
- Specified by:
getInvocationIdin interfaceAgentInvocationExchange
-
setInvocationId
- Specified by:
setInvocationIdin interfaceAgentInvocationExchangeEntity
-
getAgentDefinitionId
- Specified by:
getAgentDefinitionIdin interfaceAgentInvocationExchange
-
setAgentDefinitionId
- Specified by:
setAgentDefinitionIdin interfaceAgentInvocationExchangeEntity
-
getAgentDefinitionKey
- Specified by:
getAgentDefinitionKeyin interfaceAgentInvocationExchange
-
setAgentDefinitionKey
- Specified by:
setAgentDefinitionKeyin interfaceAgentInvocationExchangeEntity
-
getCreationTime
- Specified by:
getCreationTimein interfaceAgentInvocationExchange
-
setCreationTime
- Specified by:
setCreationTimein interfaceAgentInvocationExchangeEntity
-
getEndTime
- Specified by:
getEndTimein interfaceAgentInvocationExchange
-
setEndTime
- Specified by:
setEndTimein interfaceAgentInvocationExchangeEntity
-
getDuration
- Specified by:
getDurationin interfaceAgentInvocationExchange
-
setDuration
- Specified by:
setDurationin interfaceAgentInvocationExchangeEntity
-
getType
- Specified by:
getTypein interfaceAgentInvocationExchange
-
setType
- Specified by:
setTypein interfaceAgentInvocationExchangeEntity
-
getSubType
- Specified by:
getSubTypein interfaceAgentInvocationExchange
-
setSubType
- Specified by:
setSubTypein interfaceAgentInvocationExchangeEntity
-
getUserId
- Specified by:
getUserIdin interfaceAgentInvocationExchange
-
setUserId
- Specified by:
setUserIdin interfaceAgentInvocationExchangeEntity
-
getPromptTokenCount
- Specified by:
getPromptTokenCountin interfaceAgentInvocationExchange
-
setPromptTokenCount
- Specified by:
setPromptTokenCountin interfaceAgentInvocationExchangeEntity
-
getOutputTokenCount
- Specified by:
getOutputTokenCountin interfaceAgentInvocationExchange
-
setOutputTokenCount
- Specified by:
setOutputTokenCountin interfaceAgentInvocationExchangeEntity
-
getTransactionOrder
public int getTransactionOrder()- Specified by:
getTransactionOrderin interfaceAgentInvocationExchange
-
setTransactionOrder
public void setTransactionOrder(int transactionOrder) - Specified by:
setTransactionOrderin interfaceAgentInvocationExchangeEntity
-
getPersistentState
- Specified by:
getPersistentStatein interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-