public class FlowRecoveryQuery
public FlowRecoveryQuery(@Nullable FlowTimeWindow timeframe, @Nullable java.util.List<net.corda.core.identity.CordaX500Name> initiatedBy, @Nullable java.util.List<net.corda.core.identity.CordaX500Name> counterParties)
public FlowRecoveryQuery()
@Nullable public FlowTimeWindow getTimeframe()
@Nullable public java.util.List<net.corda.core.identity.CordaX500Name> getInitiatedBy()
@Nullable public java.util.List<net.corda.core.identity.CordaX500Name> getCounterParties()
@Nullable public FlowTimeWindow component1()
@Nullable public java.util.List<net.corda.core.identity.CordaX500Name> component2()
@Nullable public java.util.List<net.corda.core.identity.CordaX500Name> component3()
@NotNull public FlowRecoveryQuery copy(@Nullable FlowTimeWindow timeframe, @Nullable java.util.List<net.corda.core.identity.CordaX500Name> initiatedBy, @Nullable java.util.List<net.corda.core.identity.CordaX500Name> counterParties)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable java.lang.Object p)