Package com.eventstore.dbclient
Class DeleteResult
- java.lang.Object
-
- com.eventstore.dbclient.DeleteResult
-
public class DeleteResult extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DeleteResult(@NotNull Position logPosition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)PositiongetLogPosition()inthashCode()
-
-
-
Constructor Detail
-
DeleteResult
public DeleteResult(@NotNull @NotNull Position logPosition)
-
-
Method Detail
-
getLogPosition
public Position getLogPosition()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-