public class Checkpoint
Constructor and Description |
---|
Checkpoint(SerializedBytes<net.corda.node.services.statemachine.FlowStateMachineImpl> serializedFiber) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
SecureHash |
getId() |
SerializedBytes<net.corda.node.services.statemachine.FlowStateMachineImpl> |
getSerializedFiber() |
int |
hashCode() |
java.lang.String |
toString() |
public Checkpoint(SerializedBytes<net.corda.node.services.statemachine.FlowStateMachineImpl> serializedFiber)
public SecureHash getId()
public boolean equals(java.lang.Object other)
public int hashCode()
public java.lang.String toString()
public SerializedBytes<net.corda.node.services.statemachine.FlowStateMachineImpl> getSerializedFiber()