public static class AbstractStateReplacementFlow.Proposal<T>
Constructor and Description |
---|
Proposal(StateRef stateRef,
T modification,
SignedTransaction stx) |
Modifier and Type | Method and Description |
---|---|
StateRef |
component1() |
T |
component2() |
SignedTransaction |
component3() |
AbstractStateReplacementFlow.Proposal<T> |
copy(StateRef stateRef,
T modification,
SignedTransaction stx) |
boolean |
equals(java.lang.Object p) |
T |
getModification() |
StateRef |
getStateRef() |
SignedTransaction |
getStx() |
int |
hashCode() |
java.lang.String |
toString() |
public Proposal(StateRef stateRef, T modification, SignedTransaction stx)
public StateRef getStateRef()
public T getModification()
public SignedTransaction getStx()
public StateRef component1()
public T component2()
public SignedTransaction component3()
public AbstractStateReplacementFlow.Proposal<T> copy(StateRef stateRef, T modification, SignedTransaction stx)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)