Class AgentInvocationExchangeChat
java.lang.Object
com.flowable.platform.service.agent.AgentInvocationExchangeChat
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Instantprotected Instantprotected Stringprotected Collection<AgentInvocationExchangePartChat> protected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getParts()getType()voidsetCreationTime(Instant creationTime) voidsetEndTime(Instant endTime) voidvoidvoidsetSubType(String subType) voidvoid
-
Field Details
-
id
-
creationTime
-
endTime
-
type
-
subType
-
userId
-
parts
-
-
Constructor Details
-
AgentInvocationExchangeChat
public AgentInvocationExchangeChat()
-
-
Method Details
-
getId
-
setId
-
getCreationTime
-
setCreationTime
-
getEndTime
-
setEndTime
-
getType
-
setType
-
getSubType
-
setSubType
-
getUserId
-
setUserId
-
getParts
-
setParts
-