public class LedgerRecoveryParameters
public LedgerRecoveryParameters(@NotNull java.util.Collection<net.corda.core.identity.Party> recoveryPeers, @Nullable RecoveryTimeWindow timeWindow, boolean useAllNetworkNodes, boolean dryRun, boolean useTimeWindowNarrowing, boolean verboseLogging, int recoveryBatchSize, boolean alsoFinalize)
@NotNull public java.util.Collection<net.corda.core.identity.Party> getRecoveryPeers()
@Nullable public RecoveryTimeWindow getTimeWindow()
public boolean getUseAllNetworkNodes()
public boolean getDryRun()
public boolean getUseTimeWindowNarrowing()
public boolean getVerboseLogging()
public int getRecoveryBatchSize()
public boolean getAlsoFinalize()
@NotNull public java.util.Collection<net.corda.core.identity.Party> component1()
@Nullable public RecoveryTimeWindow component2()
public boolean component3()
public boolean component4()
public boolean component5()
public boolean component6()
public int component7()
public boolean component8()
@NotNull public LedgerRecoveryParameters copy(@NotNull java.util.Collection<net.corda.core.identity.Party> recoveryPeers, @Nullable RecoveryTimeWindow timeWindow, boolean useAllNetworkNodes, boolean dryRun, boolean useTimeWindowNarrowing, boolean verboseLogging, int recoveryBatchSize, boolean alsoFinalize)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable java.lang.Object p)