Class SystemInfo

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

public class SystemInfo extends ValueClass
Since:
10.17.040.003
See Also:
  • Field Details

    • storePathID

      protected int storePathID
      ID of the StoreInfo where the documents should be counted.
    • startDate

      protected long startDate
      Select documents created on or after this date. This is an ISODate in UTC.
    • endDate

      protected long endDate
      Select documents created before or on this date. This is an ISODate in UTC.
    • userReportMode

      @Deprecated protected long userReportMode
      Deprecated.
      use reportMode instead.
    • reportMode

      protected UserReportZ reportMode
      Report mode for SystemInformation.userReport(de.elo.ix.client.ClientInfo, SystemInfo) to determine which information should be reported.
      Since:
      12.00.000.049
  • Constructor Details

    • SystemInfo

      public SystemInfo()
  • Method Details

    • getStorePathID

      public int getStorePathID()
    • getStartDate

      public long getStartDate()
    • getEndDate

      public long getEndDate()
    • getUserReportMode

      @Deprecated public long getUserReportMode()
      Deprecated.
      use getReportMode() instead.
    • getReportMode

      public UserReportZ getReportMode()
    • setStorePathID

      public void setStorePathID(int storePathID)
    • setStartDate

      public void setStartDate(long startDate)
    • setEndDate

      public void setEndDate(long endDate)
    • setUserReportMode

      @Deprecated public void setUserReportMode(long userReportMode)
      Deprecated.
    • setReportMode

      public void setReportMode(UserReportZ reportMode)