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.

    Fields inherited from class byps.BValueClass

    bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
  • 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()  

    Methods inherited from class byps.BValueClass

    getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait