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 boolean
equals(Object obj)
long
getCount()
List<Map<String,Object>>
getEntries()
int
hashCode()
void
setCount(long count)
Set the total number of entries available.String
toString()
-