public class MonitoringResult extends Object
getMotoringDTOs()
Constructor and Description |
---|
MonitoringResult() |
Modifier and Type | Method and Description |
---|---|
List<MonitoringDto> |
getMotoringDTOs() |
boolean |
isMoreDateAvailable() |
void |
setMoreDateAvailable(boolean moreDateAvailable) |
void |
setMotoringDTOs(List<MonitoringDto> motoringDTOs) |
public boolean isMoreDateAvailable()
true
if the returned amount of results exceeds the given
maximum parameter by MonitoringParam.setRowLimit(int)
. In this case you must invoke the method
again and set the MonitoringParam.setOffset(int)
to MonitoringParam.setRowLimit(int)
.public void setMoreDateAvailable(boolean moreDateAvailable)
public List<MonitoringDto> getMotoringDTOs()
MonitoringDto
objects representing the data container (data transfer object)
holding the monitoring data.public void setMotoringDTOs(List<MonitoringDto> motoringDTOs)
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.