java.lang.Objectrcs.nml.NMLSingleVarLog
public class NMLSingleVarLog
The class is used to store the value a single variable extracted from a large or potentially large message and that was automatically collected at some frequency.
Field Summary | |
---|---|
NMLSingleVarLogItem[] |
items_list
|
int |
last_items_sent_size
|
Constructor Summary | |
---|---|
NMLSingleVarLog()
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public NMLSingleVarLogItem[] items_list
public int last_items_sent_size
Constructor Detail |
---|
public NMLSingleVarLog()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object