...
Code Block | ||||
---|---|---|---|---|
| ||||
public class VesAlarm {
private String eventId;
private String sourceId;
private String specificProblem;
private long alarmRaisedTime;
// getters and setters are ommitted for brevity
...
} |
...
...
Code Block | ||||
---|---|---|---|---|
| ||||
public class VesAlarm {
private String eventId;
private String sourceId;
private String specificProblem;
private long alarmRaisedTime;
// getters and setters are ommitted for brevity
...
} |
...