public class RecoveryTimeWindow
public RecoveryTimeWindow(@NotNull java.time.Instant fromTime, @NotNull java.time.Instant untilTime)
@NotNull public java.time.Instant getFromTime()
@NotNull public java.time.Instant getUntilTime()
@NotNull public java.time.Instant component1()
@NotNull public java.time.Instant component2()
@NotNull public RecoveryTimeWindow copy(@NotNull java.time.Instant fromTime, @NotNull java.time.Instant untilTime)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable java.lang.Object p)
@JvmStatic @NotNull public static RecoveryTimeWindow between(@NotNull java.time.Instant fromTime, @NotNull java.time.Instant untilTime)
@JvmStatic @NotNull public static RecoveryTimeWindow fromOnly(@NotNull java.time.Instant fromTime)
@JvmStatic @NotNull public static RecoveryTimeWindow untilOnly(@NotNull java.time.Instant untilTime)