Class TimerSnapshotModel
- java.lang.Object
-
- com.atlassian.confluence.plugins.monitoring.rest.TimerSnapshotModel
-
public class TimerSnapshotModel extends Object
Data transfer object to match the DataTables AJAX API. See https://datatables.net/usage/server-side.
-
-
Constructor Summary
Constructors Constructor Description TimerSnapshotModel()
TimerSnapshotModel(TimerSnapshot sample)
-
-
-
Constructor Detail
-
TimerSnapshotModel
public TimerSnapshotModel()
-
TimerSnapshotModel
public TimerSnapshotModel(TimerSnapshot sample)
-
-