Package de.elo.ix.client
Class UrlParams
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.UrlParams
- All Implemented Interfaces:
Serializable
This class describes additional params for an upload or download URL.
- Since:
- 8.00.000.007
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
Highlight this terms.protected long
Download only length bytes from the resource.protected long
Download bytes beginning from this offset.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
long
void
setHighlightTerms
(String highlightTerms) void
setLength
(long length) void
setOffset
(long offset) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
length
protected long lengthDownload only length bytes from the resource. Set this value to 0, if all bytes should be read. -
offset
protected long offsetDownload bytes beginning from this offset. -
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
-
-
Method Details