countAlerts property
Get count of alerts in the route segment
Returns
- Count of alerts in the route segment.
Throws
- An exception if it fails.
Implementation
int get countAlerts {
final OperationResult resultString = objectMethod(
_pointerId,
'PTRouteSegment',
'getCountAlerts',
);
return resultString['result'];
}