public static class IssuerFlow.IssuanceRequestState
Constructor and Description |
---|
IssuanceRequestState(Amount<java.util.Currency> amount,
Party issueToParty,
OpaqueBytes issuerPartyRef) |
Modifier and Type | Method and Description |
---|---|
Amount<java.util.Currency> |
component1() |
Party |
component2() |
OpaqueBytes |
component3() |
IssuerFlow.IssuanceRequestState |
copy(Amount<java.util.Currency> amount,
Party issueToParty,
OpaqueBytes issuerPartyRef) |
boolean |
equals(java.lang.Object p) |
Amount<java.util.Currency> |
getAmount() |
Party |
getIssueToParty() |
OpaqueBytes |
getIssuerPartyRef() |
int |
hashCode() |
java.lang.String |
toString() |
public IssuanceRequestState(Amount<java.util.Currency> amount, Party issueToParty, OpaqueBytes issuerPartyRef)
public Amount<java.util.Currency> getAmount()
public Party getIssueToParty()
public OpaqueBytes getIssuerPartyRef()
public Amount<java.util.Currency> component1()
public Party component2()
public OpaqueBytes component3()
public IssuerFlow.IssuanceRequestState copy(Amount<java.util.Currency> amount, Party issueToParty, OpaqueBytes issuerPartyRef)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)