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:
java.io.Serializable
public class QueryJobProtocolResult extends ValueClass
This class contains the results from querying the protocol of a background thread.
- Since:
- 8.00.036.001
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdownloadUrlThis String contains a URL where the whole protocol can be downloaded.protected QueryJobProtocolEvent[]eventsContains the all events by a background job that are cached at the Indexserver. -
Constructor Summary
Constructors Constructor Description QueryJobProtocolResult() -
Method Summary
Modifier and Type Method Description java.lang.StringgetDownloadUrl()QueryJobProtocolEvent[]getEvents()voidsetDownloadUrl(java.lang.String downloadUrl)voidsetEvents(QueryJobProtocolEvent[] events)java.lang.StringtoString()
-
Field Details
-
downloadUrl
protected java.lang.String downloadUrlThis 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
-
getDownloadUrl
public java.lang.String getDownloadUrl() -
setDownloadUrl
public void setDownloadUrl(java.lang.String downloadUrl) -
getEvents
-
setEvents
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-