Interface EventDeliveryReport
public interface EventDeliveryReport
EventDeliveryReport
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionstatic EventDeliveryReport.Builder
builder()
Getting builderGet channelIdentityThe ID of the contact.The ID of the app event.Metadata specified when sending the event if any.Get processingModeGet reasonGet status
-
Method Details
-
getEventId
String getEventId()The ID of the app event.- Returns:
- eventId
-
getStatus
DeliveryStatus getStatus()Get status- Returns:
- status
-
getChannelIdentity
ChannelIdentity getChannelIdentity()Get channelIdentity- Returns:
- channelIdentity
-
getContactId
String getContactId()The ID of the contact. Will be empty if processing_mode is DISPATCH.- Returns:
- contactId
-
getReason
Reason getReason()Get reason- Returns:
- reason
-
getMetadata
String getMetadata()Metadata specified when sending the event if any.- Returns:
- metadata
-
getProcessingMode
ProcessingMode getProcessingMode()Get processingMode- Returns:
- processingMode
-
builder
Getting builder- Returns:
- New Builder instance
-