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