Package akka.persistence.typed
Class DeleteSnapshotsCompleted
- java.lang.Object
-
- akka.persistence.typed.DeleteSnapshotsCompleted
-
- All Implemented Interfaces:
Signal
,EventSourcedSignal
,java.io.Serializable
,scala.Equals
,scala.Product
public final class DeleteSnapshotsCompleted extends java.lang.Object implements EventSourcedSignal, scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteSnapshotsCompleted(DeletionTarget target)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeleteSnapshotsCompleted
apply(DeletionTarget target)
boolean
canEqual(java.lang.Object x$1)
DeleteSnapshotsCompleted
copy(DeletionTarget target)
DeletionTarget
copy$default$1()
boolean
equals(java.lang.Object x$1)
DeletionTarget
getTarget()
Java APIint
hashCode()
int
productArity()
java.lang.Object
productElement(int x$1)
java.lang.String
productElementName(int x$1)
scala.collection.Iterator<java.lang.Object>
productIterator()
java.lang.String
productPrefix()
DeletionTarget
target()
java.lang.String
toString()
static scala.Option<DeletionTarget>
unapply(DeleteSnapshotsCompleted x$0)
-
-
-
Constructor Detail
-
DeleteSnapshotsCompleted
public DeleteSnapshotsCompleted(DeletionTarget target)
-
-
Method Detail
-
apply
public static DeleteSnapshotsCompleted apply(DeletionTarget target)
-
unapply
public static scala.Option<DeletionTarget> unapply(DeleteSnapshotsCompleted x$0)
-
target
public DeletionTarget target()
-
getTarget
public DeletionTarget getTarget()
Java API
-
copy
public DeleteSnapshotsCompleted copy(DeletionTarget target)
-
copy$default$1
public DeletionTarget copy$default$1()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArity
in interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElement
in interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqual
in interfacescala.Equals
-
productElementName
public java.lang.String productElementName(int x$1)
- Specified by:
productElementName
in interfacescala.Product
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equals
in interfacescala.Equals
- Overrides:
equals
in classjava.lang.Object
-
-