public static class StateMachineUpdate.Removed extends StateMachineUpdate
StateMachineUpdate.Added, StateMachineUpdate.Removed| Constructor and Description |
|---|
Removed(StateMachineRunId id,
Try<?> result) |
| Modifier and Type | Method and Description |
|---|---|
StateMachineRunId |
component1() |
Try<?> |
component2() |
StateMachineUpdate.Removed |
copy(StateMachineRunId id,
Try<?> result) |
boolean |
equals(java.lang.Object p) |
StateMachineRunId |
getId() |
Try<?> |
getResult() |
int |
hashCode() |
java.lang.String |
toString() |
getIdpublic Removed(StateMachineRunId id, Try<?> result)
public StateMachineRunId getId()
public Try<?> getResult()
public StateMachineRunId component1()
public Try<?> component2()
public StateMachineUpdate.Removed copy(StateMachineRunId id, Try<?> result)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)