Package sk.ipesoft.d2000.d2japi
Interface CONOEntry
-
public interface CONOEntryValue object holding data of one line of Console Output entry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetHasNL()Gettrueif this CONO entry is supposed to be printed as one line; orfalseshould be appended to next entry, until entry with EOL appears.longgetSerialNr()Get serial number (line number) of this entry.CONOSeveritygetSeverity()Get severity of this entry.java.lang.StringgetTextLine()Get text message of this entry.java.util.DategetTimestamp()Get time stamp of this entry.
-
-
-
Method Detail
-
getSerialNr
long getSerialNr()
Get serial number (line number) of this entry.- Returns:
- serial number
-
getTimestamp
java.util.Date getTimestamp()
Get time stamp of this entry.- Returns:
- time stamp
-
getSeverity
CONOSeverity getSeverity()
Get severity of this entry.- Returns:
- severity of the entry
-
getTextLine
java.lang.String getTextLine()
Get text message of this entry.- Returns:
- text message
-
getHasNL
boolean getHasNL()
Gettrueif this CONO entry is supposed to be printed as one line; orfalseshould be appended to next entry, until entry with EOL appears.- Returns:
- if the text ends with new line character
-
-