public class ProtocolNoChanges extends java.lang.Object implements ProtocolResult
| Modifier and Type | Field and Description |
|---|---|
ProcessingInformation.ApplyAggregation |
order
Aggregation, die diesen Datensatz erzeugt hat.
|
private static long |
serialVersionUID |
long |
timestamp
Zeitstempel.
|
ADMINISTRATION_DATA, AGGREGATION_DATA, AGGREGATION_RESULT_DATA, NO_CHANGE_DATA, PROTOCOL_DATA| Constructor and Description |
|---|
ProtocolNoChanges(long timestamp,
ProcessingInformation.ApplyAggregation order) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
long |
getTimeStamp()
Liefert den Zeitstempel zurück.
|
int |
getType()
Liefert den Typ des Datensatzes zurück.
|
java.lang.String |
toString() |
java.lang.String |
toString(DataModel dataModel)
Im Gegensatz zu toString() verbesserte Ausgabe
|
private static final long serialVersionUID
public long timestamp
public final ProcessingInformation.ApplyAggregation order
public ProtocolNoChanges(long timestamp,
ProcessingInformation.ApplyAggregation order)
timestamp - Zeitstempel.order - Aggregation, die diesen Datensatz erzeugt hat.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public java.lang.String toString(DataModel dataModel)
ProtocolResulttoString in interface ProtocolResultdataModel - Datenmodell zur Abfrage von Objektinfospublic boolean equals(java.lang.Object object)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public int getType()
ProtocolResultgetType in interface ProtocolResultProtocolResult.ADMINISTRATION_DATA,ProtocolResult.AGGREGATION_DATA,ProtocolResult.PROTOCOL_DATA,ProtocolResult.NO_CHANGE_DATA,ProtocolResult.AGGREGATION_RESULT_DATAProtocolResult.getType()public long getTimeStamp()