public class SnapshotReaderNotification
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SnapshotReaderNotification.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
SnapshotReaderNotification(SnapshotReaderNotification.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotReaderNotification.Builder |
builder() |
static SnapshotReaderNotification.Builder |
builder(SnapshotReaderNotification copy) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getChannelName() |
java.lang.String |
getMessage() |
java.time.Instant |
getSnapshotTimestamp() |
SnapshotReaderStatus |
getStatus() |
int |
hashCode() |
java.lang.String |
toString() |
protected SnapshotReaderNotification(SnapshotReaderNotification.Builder builder)
@Nonnull public java.lang.String getChannelName()
@Nonnull public SnapshotReaderStatus getStatus()
@Nonnull public java.lang.String getMessage()
@Nullable public java.time.Instant getSnapshotTimestamp()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic static SnapshotReaderNotification.Builder builder()
public static SnapshotReaderNotification.Builder builder(SnapshotReaderNotification copy)