Previous Topic

Next Topic

Book Contents

Book Index

Change Alerts Status object example

The following example describes how to change the Alert Status Object.

Response_change_alert_status_type changeAlertStatus =

service.change_alert_status(chgAlertStsRequest);

System.out.println ("jobTrackResponse result is " +

changeAlertStatus.getStatus ());

Parent Topic

Handling Response objects examples