Package de.elo.ix.client
Class QueryJobProtocolResult
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.QueryJobProtocolResult
- All Implemented Interfaces:
Serializable
This class contains the results from querying the protocol of a background thread.
- Since:
- 8.00.036.001
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
This String contains a URL where the whole protocol can be downloaded.protected QueryJobProtocolEvent[]
Contains the all events by a background job that are cached at the Indexserver.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDownloadUrl
(String downloadUrl) void
setEvents
(QueryJobProtocolEvent[] events) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
downloadUrl
This String contains a URL where the whole protocol can be downloaded. Empty, if no protocol file exists. -
events
Contains the all events by a background job that are cached at the Indexserver.
-
-
Constructor Details
-
QueryJobProtocolResult
public QueryJobProtocolResult()
-
-
Method Details