@CordaInternal public static class FinalityRecoveryFlow.ExtraConstructorArgs
public ExtraConstructorArgs(@NotNull
java.util.Collection<? extends net.corda.core.crypto.SecureHash> txIds,
@NotNull
java.util.Collection<net.corda.core.flows.StateMachineRunId> flowIds,
@Nullable
FlowRecoveryQuery matchingCriteria,
boolean forceRecover,
boolean recoverAll,
@NotNull
java.util.Collection<net.corda.core.flows.StateMachineRunId> forceRecoverFlowIds)
@NotNull public java.util.Collection<net.corda.core.crypto.SecureHash> getTxIds()
@NotNull public java.util.Collection<net.corda.core.flows.StateMachineRunId> getFlowIds()
@Nullable public FlowRecoveryQuery getMatchingCriteria()
public boolean getForceRecover()
public boolean getRecoverAll()
@NotNull public java.util.Collection<net.corda.core.flows.StateMachineRunId> getForceRecoverFlowIds()
@NotNull public java.util.Collection<net.corda.core.crypto.SecureHash> component1()
@NotNull public java.util.Collection<net.corda.core.flows.StateMachineRunId> component2()
@Nullable public FlowRecoveryQuery component3()
public boolean component4()
public boolean component5()
@NotNull public java.util.Collection<net.corda.core.flows.StateMachineRunId> component6()
@NotNull
public net.corda.core.flows.FinalityRecoveryFlow.ExtraConstructorArgs copy(@NotNull
java.util.Collection<? extends net.corda.core.crypto.SecureHash> txIds,
@NotNull
java.util.Collection<net.corda.core.flows.StateMachineRunId> flowIds,
@Nullable
FlowRecoveryQuery matchingCriteria,
boolean forceRecover,
boolean recoverAll,
@NotNull
java.util.Collection<net.corda.core.flows.StateMachineRunId> forceRecoverFlowIds)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)