public static final class NotificationWriter.EventsWritten
extends java.lang.Object
implements scala.Product, scala.Serializable
| Constructor and Description |
|---|
EventsWritten(java.lang.String persistenceId,
java.lang.String entityId,
long fromSeqNr,
long toSeqNr,
akka.util.OptionVal<java.lang.String> shardingTypeName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEqual(java.lang.Object x$1) |
NotificationWriter.EventsWritten |
copy(java.lang.String persistenceId,
java.lang.String entityId,
long fromSeqNr,
long toSeqNr,
akka.util.OptionVal<java.lang.String> shardingTypeName) |
java.lang.String |
copy$default$1() |
java.lang.String |
copy$default$2() |
long |
copy$default$3() |
long |
copy$default$4() |
akka.util.OptionVal<java.lang.String> |
copy$default$5() |
int |
count() |
java.lang.String |
entityId() |
boolean |
equals(java.lang.Object x$1) |
NotificationWriter.EventsWritten |
expand(long otherFromSeqNr,
long otherToSeqNr) |
long |
fromSeqNr() |
int |
hashCode() |
java.lang.String |
persistenceId() |
int |
productArity() |
java.lang.Object |
productElement(int x$1) |
scala.collection.Iterator<java.lang.Object> |
productIterator() |
java.lang.String |
productPrefix() |
akka.util.OptionVal<java.lang.String> |
shardingTypeName() |
long |
toSeqNr() |
java.lang.String |
toString() |
public EventsWritten(java.lang.String persistenceId,
java.lang.String entityId,
long fromSeqNr,
long toSeqNr,
akka.util.OptionVal<java.lang.String> shardingTypeName)
public java.lang.String persistenceId()
public java.lang.String entityId()
public long fromSeqNr()
public long toSeqNr()
public akka.util.OptionVal<java.lang.String> shardingTypeName()
public NotificationWriter.EventsWritten expand(long otherFromSeqNr, long otherToSeqNr)
public int count()
public NotificationWriter.EventsWritten copy(java.lang.String persistenceId, java.lang.String entityId, long fromSeqNr, long toSeqNr, akka.util.OptionVal<java.lang.String> shardingTypeName)
public java.lang.String copy$default$1()
public java.lang.String copy$default$2()
public long copy$default$3()
public long copy$default$4()
public akka.util.OptionVal<java.lang.String> copy$default$5()
public java.lang.String productPrefix()
productPrefix in interface scala.Productpublic int productArity()
productArity in interface scala.Productpublic java.lang.Object productElement(int x$1)
productElement in interface scala.Productpublic scala.collection.Iterator<java.lang.Object> productIterator()
productIterator in interface scala.Productpublic boolean canEqual(java.lang.Object x$1)
canEqual in interface scala.Equalspublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object x$1)
equals in interface scala.Equalsequals in class java.lang.Object