com.atlassian.confluence.plugins.monitoring.rest
Class AllTimerSnapshotsModel

java.lang.Object
  extended by com.atlassian.confluence.plugins.monitoring.rest.AllTimerSnapshotsModel

public class AllTimerSnapshotsModel
extends Object

Data transfer object to match the DataTables AJAX API. See https://datatables.net/usage/server-side.


Constructor Summary
AllTimerSnapshotsModel()
           
AllTimerSnapshotsModel(List<TimerSnapshotModel> aaData)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllTimerSnapshotsModel

public AllTimerSnapshotsModel()

AllTimerSnapshotsModel

public AllTimerSnapshotsModel(List<TimerSnapshotModel> aaData)


Copyright © 2003–2015 Atlassian. All rights reserved.