Class DownloadFileRequest.Builder

    • Method Detail

      • getPath

        public String getPath()
        Gets the value of the 'path' field.
        Returns:
        The value.
      • setPath

        public DownloadFileRequest.Builder setPath​(String value)
        Sets the value of the 'path' field.
        Parameters:
        value - The value of 'path'.
        Returns:
        This builder.
      • hasPath

        public boolean hasPath()
        Checks whether the 'path' field has been set.
        Returns:
        True if the 'path' field has been set, false otherwise.
      • getStartIndex

        public int getStartIndex()
        Gets the value of the 'startIndex' field.
        Returns:
        The value.
      • setStartIndex

        public DownloadFileRequest.Builder setStartIndex​(int value)
        Sets the value of the 'startIndex' field.
        Parameters:
        value - The value of 'startIndex'.
        Returns:
        This builder.
      • hasStartIndex

        public boolean hasStartIndex()
        Checks whether the 'startIndex' field has been set.
        Returns:
        True if the 'startIndex' field has been set, false otherwise.
      • clearStartIndex

        public DownloadFileRequest.Builder clearStartIndex()
        Clears the value of the 'startIndex' field.
        Returns:
        This builder.
      • getSize

        public int getSize()
        Gets the value of the 'size' field.
        Returns:
        The value.
      • setSize

        public DownloadFileRequest.Builder setSize​(int value)
        Sets the value of the 'size' field.
        Parameters:
        value - The value of 'size'.
        Returns:
        This builder.
      • hasSize

        public boolean hasSize()
        Checks whether the 'size' field has been set.
        Returns:
        True if the 'size' field has been set, false otherwise.