Class ARG_NotifyCounters

java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_NotifyCounters
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_NotifyCounters extends Object implements de.mid.innovator.srv2api.impl.MarshallAble
  • Field Details

    • evaluationTime

      public Date evaluationTime
      start time of the evaluation
    • latestOpId

      public int latestOpId
      id of the newest ADCSOperation considered in this operation
    • seqItems

      public List<ARG_NotifyCountersItem> seqItems
      counter of the items since the requested time
  • Constructor Details

    • ARG_NotifyCounters

      public ARG_NotifyCounters()
    • ARG_NotifyCounters

      public ARG_NotifyCounters(Date evaluationTime, int latestOpId, List<ARG_NotifyCountersItem> seqItems)
  • Method Details

    • marshal

      public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      marshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • unmarshal

      public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
      Specified by:
      unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • resolveReferences

      public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble