Interface LongRangeType.Builder

    • Method Detail

      • startValue

        LongRangeType.Builder startValue​(Long startValue)

        The size start range (in bytes).

        Parameters:
        startValue - The size start range (in bytes).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endValue

        LongRangeType.Builder endValue​(Long endValue)

        The size end range (in bytes).

        Parameters:
        endValue - The size end range (in bytes).
        Returns:
        Returns a reference to this object so that method calls can be chained together.