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 Summary
FieldsModifier and TypeFieldDescriptionstart time of the evaluationintid of the newest ADCSOperation considered in this operationcounter of the items since the requested time -
Constructor Summary
ConstructorsConstructorDescriptionARG_NotifyCounters(Date evaluationTime, int latestOpId, List<ARG_NotifyCountersItem> seqItems) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Field Details
-
evaluationTime
start time of the evaluation -
latestOpId
public int latestOpIdid of the newest ADCSOperation considered in this operation -
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:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-