Package com.c8db.entity
Class LogEntity
- java.lang.Object
-
- com.c8db.entity.LogEntity
-
-
Constructor Summary
Constructors Constructor Description LogEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LogLevel>getLevel()List<Long>getLid()List<String>getText()List<Long>getTimestamp()LonggetTotalAmount()
-
-
-
Method Detail
-
getLid
public List<Long> getLid()
- Returns:
- a list of log entry identifiers. Each log message is uniquely identified by its @LIT{lid} and the identifiers are in ascending order
-
getTimestamp
public List<Long> getTimestamp()
- Returns:
- a list of the timestamps as seconds since 1970-01-01 for all log entries
-
getTotalAmount
public Long getTotalAmount()
- Returns:
- the total amount of log entries before pagination
-
-