Class ShareFileRangeList


  • public final class ShareFileRangeList
    extends Object
    The list of file ranges.
    • Constructor Detail

      • ShareFileRangeList

        public ShareFileRangeList()
    • Method Detail

      • getRanges

        public List<FileRange> getRanges()
        Get the ranges property: The Ranges property.
        Returns:
        the ranges value.
      • setRanges

        public ShareFileRangeList setRanges​(List<FileRange> ranges)
        Set the ranges property: The Ranges property.
        Parameters:
        ranges - the ranges value to set.
        Returns:
        the ShareFileRangeList object itself.
      • getClearRanges

        public List<ClearRange> getClearRanges()
        Get the clearRanges property: The ClearRanges property.
        Returns:
        the clearRanges value.
      • setClearRanges

        public ShareFileRangeList setClearRanges​(List<ClearRange> clearRanges)
        Set the clearRanges property: The ClearRanges property.
        Parameters:
        clearRanges - the clearRanges value to set.
        Returns:
        the ShareFileRangeList object itself.