Class QueryJobProtocolInfo

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.QueryJobProtocolInfo
All Implemented Interfaces:
Serializable

public class QueryJobProtocolInfo extends ValueClass
This class contains the parameters for the interface function IXServicePortIF.queryJobProtocol(ClientInfo, QueryJobProtocolInfo).
Since:
8.00.036.001
See Also:
  • Field Details

    • jobGuid

      protected String jobGuid
      The GUID of the background thread to query the log informations. Mandatory.
    • startDateISO

      protected String startDateISO
      Marks the earliest date at which log information has to be reported. As only cached values are returned, the value is ignored, if the oldest cached log information is younger that that date. Optional.
      See Also:
    • startEventId

      protected int startEventId
      If the value of startEventId is ≥0, only eventIds ≥ that value will be returned. Optional.
      Since:
      9.00.000.030
      See Also:
    • level

      protected int level
      Filter for the level of log messages. If set, it has to be one of QueryJobProtocolC.LOG_LEVEL_ERROR, QueryJobProtocolC.LOG_LEVEL_WARN, or QueryJobProtocolC.LOG_LEVEL_INFO. Multiple values can be set via the bit operation "|". If not set, only messages of LOG_LEVEL_ERROR are returned.
  • Constructor Details

    • QueryJobProtocolInfo

      public QueryJobProtocolInfo()
  • Method Details

    • getJobGuid

      public String getJobGuid()
    • setJobGuid

      public void setJobGuid(String jobGuid)
    • getStartDateISO

      public String getStartDateISO()
    • setStartDateISO

      public void setStartDateISO(String startDateISO)
    • getLevel

      public int getLevel()
    • setLevel

      public void setLevel(int level)
    • getStartEventId

      public int getStartEventId()
    • setStartEventId

      public void setStartEventId(int startEventId)
    • toString

      public String toString()
      Overrides:
      toString in class Object