public static class AbstractStateReplacementFlow.Result
Modifier and Type | Class and Description |
---|---|
static class |
Result.Companion |
Modifier and Type | Field and Description |
---|---|
static Result.Companion |
Companion |
Modifier and Type | Method and Description |
---|---|
DigitalSignature.WithKey |
component1() |
StateReplacementRefused |
component2() |
AbstractStateReplacementFlow.Result |
copy(DigitalSignature.WithKey sig,
StateReplacementRefused error) |
boolean |
equals(java.lang.Object p) |
StateReplacementRefused |
getError() |
DigitalSignature.WithKey |
getSig() |
int |
hashCode() |
java.lang.String |
toString() |
public static Result.Companion Companion
public DigitalSignature.WithKey getSig()
public StateReplacementRefused getError()
public DigitalSignature.WithKey component1()
public StateReplacementRefused component2()
public AbstractStateReplacementFlow.Result copy(DigitalSignature.WithKey sig, StateReplacementRefused error)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)