public class MonitoringParam extends Object
Constructor and Description |
---|
MonitoringParam() |
Modifier and Type | Method and Description |
---|---|
Date |
getFromDate() |
int |
getOffset() |
int |
getRowLimit() |
Date |
getToDate() |
void |
setFromDate(Date fromDate) |
void |
setOffset(int offset) |
void |
setRowLimit(int rowLimit) |
void |
setToDate(Date toDate) |
String |
toString() |
public int getRowLimit()
public void setRowLimit(int rowLimit)
rowLimit
- Specifies the maximum size of the returned list of monitoring data.public int getOffset()
public void setOffset(int offset)
offset
- Position within the complete result list, from where on the results shall be delivered.setRowLimit(int)
(indicated by MonitoringResult.isMoreDateAvailable()
), the method getMonitoring(MonitoringParam)
must be invoked again with an offset, to get the next chunk of monitoring data.public Date getFromDate()
public void setFromDate(Date fromDate)
fromDate
- Sets the start date and time for the period of the monitoring data to be returned.public Date getToDate()
public void setToDate(Date toDate)
toDate
- Sets the end date and time for the period of the monitoring data to be returned.Copyright © 2022 KOBIL Systems GmbH. All rights reserved.