Package org.xwiki.livedata
Class LiveData
- java.lang.Object
-
- org.xwiki.livedata.LiveData
-
public class LiveData extends Object
The live data to display.- Since:
- 12.10
- Version:
- $Id: f067a1357d7458862343cd7f208876197445aca9 $
-
-
Constructor Summary
Constructors Constructor Description LiveData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)longgetCount()List<Map<String,Object>>getEntries()inthashCode()voidsetCount(long count)Set the total number of entries available.StringtoString()
-