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.String
downloadUrl
This String contains a URL where the whole protocol can be downloaded.protected QueryJobProtocolEvent[]
events
Contains 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.String
getDownloadUrl()
QueryJobProtocolEvent[]
getEvents()
void
setDownloadUrl(java.lang.String downloadUrl)
void
setEvents(QueryJobProtocolEvent[] events)
java.lang.String
toString()
-
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:
toString
in classjava.lang.Object
-