Class QueryJobProtocolResult

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.QueryJobProtocolResult
All Implemented Interfaces:
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:
  • Field Details

    • downloadUrl

      protected String downloadUrl
      This String contains a URL where the whole protocol can be downloaded. Empty, if no protocol file exists.
    • events

      protected QueryJobProtocolEvent[] events
      Contains the all events by a background job that are cached at the Indexserver.
  • Constructor Details

    • QueryJobProtocolResult

      public QueryJobProtocolResult()
  • Method Details