Class ResultInfo
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.security_events_api.v1.model.ResultInfo
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ResultInfo extends com.ibm.cloud.sdk.core.service.model.GenericModelStatistics of results.
-
-
Constructor Summary
Constructors Constructor Description ResultInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResultInfoCursorsgetCursors()Gets the cursors.ResultInfoScannedRangegetScannedRange()Gets the scannedRange.
-
-
-
Method Detail
-
getCursors
public ResultInfoCursors getCursors()
Gets the cursors. Cursor positions of the security events.- Returns:
- the cursors
-
getScannedRange
public ResultInfoScannedRange getScannedRange()
Gets the scannedRange. The time window of the events.- Returns:
- the scannedRange
-
-