-
- All Implemented Interfaces:
public final class InteractionResponseData
-
-
Field Summary
Fields Modifier and Type Field Description private final Set<InteractionResponse>responsesprivate final Set<InteractionResponse>currentResponsesprivate final EngagementRecordrecord
-
Constructor Summary
Constructors Constructor Description InteractionResponseData(Set<InteractionResponse> responses, Set<InteractionResponse> currentResponses, EngagementRecord record)
-
Method Summary
Modifier and Type Method Description final Set<InteractionResponse>getResponses()final Set<InteractionResponse>getCurrentResponses()final EngagementRecordgetRecord()-
-
Constructor Detail
-
InteractionResponseData
InteractionResponseData(Set<InteractionResponse> responses, Set<InteractionResponse> currentResponses, EngagementRecord record)
-
-
Method Detail
-
getResponses
final Set<InteractionResponse> getResponses()
-
getCurrentResponses
final Set<InteractionResponse> getCurrentResponses()
-
getRecord
final EngagementRecord getRecord()
-
-
-
-