Interface TimeInNanos.Builder

    • Method Detail

      • timeInSeconds

        TimeInNanos.Builder timeInSeconds​(Long timeInSeconds)

        The timestamp date, in seconds, in the Unix epoch format. Fractional nanosecond data is provided by offsetInNanos.

        Parameters:
        timeInSeconds - The timestamp date, in seconds, in the Unix epoch format. Fractional nanosecond data is provided by offsetInNanos.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • offsetInNanos

        TimeInNanos.Builder offsetInNanos​(Integer offsetInNanos)

        The nanosecond offset from timeInSeconds.

        Parameters:
        offsetInNanos - The nanosecond offset from timeInSeconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.