-
- All Implemented Interfaces:
public final class InteractionResponseData
-
-
Field Summary
Fields Modifier and Type Field Description private final Set<InteractionResponse>responsesprivate final EngagementRecordrecord
-
Constructor Summary
Constructors Constructor Description InteractionResponseData(Set<InteractionResponse> responses, EngagementRecord record)
-
Method Summary
Modifier and Type Method Description final Set<InteractionResponse>getResponses()final EngagementRecordgetRecord()final LongtotalInvokes()final LonginvokesForVersionCode(Long versionCode)final LonginvokesForVersionName(String versionName)final DateTimelastInvoke()final EngagementRecordaddInvoke(String versionName, Long versionCode, DateTime lastInvoked)-
-
Constructor Detail
-
InteractionResponseData
InteractionResponseData(Set<InteractionResponse> responses, EngagementRecord record)
-
-
Method Detail
-
getResponses
final Set<InteractionResponse> getResponses()
-
getRecord
final EngagementRecord getRecord()
-
totalInvokes
final Long totalInvokes()
-
invokesForVersionCode
final Long invokesForVersionCode(Long versionCode)
-
invokesForVersionName
final Long invokesForVersionName(String versionName)
-
lastInvoke
final DateTime lastInvoke()
-
addInvoke
final EngagementRecord addInvoke(String versionName, Long versionCode, DateTime lastInvoked)
-
-
-
-