Class UrlParams

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.UrlParams
All Implemented Interfaces:
Serializable

public class UrlParams extends ValueClass
This class describes additional params for an upload or download URL.
Since:
8.00.000.007
See Also:
  • Field Details

    • length

      protected long length
      Download only length bytes from the resource. Set this value to 0, if all bytes should be read.
    • offset

      protected long offset
      Download bytes beginning from this offset.
    • highlightTerms

      protected String highlightTerms
      Highlight this terms. This value is only valid for fulltext URLs. Many terms have to be separated by space character. Each term is enclosed in the HTML tags <b> term </b>
  • Constructor Details

    • UrlParams

      public UrlParams()
    • UrlParams

      public UrlParams(UrlParams rhs)
  • Method Details

    • getLength

      public long getLength()
    • setLength

      public void setLength(long length)
    • getOffset

      public long getOffset()
    • setOffset

      public void setOffset(long offset)
    • getHighlightTerms

      public String getHighlightTerms()
    • setHighlightTerms

      public void setHighlightTerms(String highlightTerms)
    • toString

      public String toString()
      Overrides:
      toString in class Object