Class InstantStartAtSpec

    • Constructor Detail

      • InstantStartAtSpec

        public InstantStartAtSpec​(java.time.Instant instant)
        Constructs a InstantStartAtSpec.
        Parameters:
        instant - the instant in time from when to start reading from
    • Method Detail

      • getInstant

        public java.time.Instant getInstant()
        Gets the instant from when to start reading from.
        Returns:
        the instant in time from when to start reading from
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object