public class OnmsRestEventsClient extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String | 
EVENT_COUNT_URI  | 
static String | 
EVENTS_URI  | 
static String | 
NODE_LABEL  | 
| Constructor and Description | 
|---|
OnmsRestEventsClient(String baseUrl,
                    String username,
                    String password)  | 
| Modifier and Type | Method and Description | 
|---|---|
Integer | 
getEventCount()  | 
List<Event> | 
getEvents(Integer limit,
         Integer offset)  | 
public static final String NODE_LABEL
public static final String EVENTS_URI
public static final String EVENT_COUNT_URI
Copyright © 2021. All rights reserved.