Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiEvent |
EventsResourceApi.readEvent(String eventId)
Returns a specific event in the system.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiEvent> |
EventsResourceApi.readEventWithHttpInfo(String eventId)
Returns a specific event in the system.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
EventsResourceApi.readEventAsync(String eventId,
ApiCallback<ApiEvent> callback)
Returns a specific event in the system.
|
Modifier and Type | Method and Description |
---|---|
ApiEvent |
ApiEvent.addAttributesItem(ApiEventAttribute attributesItem) |
ApiEvent |
ApiEvent.alert(Boolean alert) |
ApiEvent |
ApiEvent.attributes(List<ApiEventAttribute> attributes) |
ApiEvent |
ApiEvent.category(ApiEventCategory category) |
ApiEvent |
ApiEvent.content(String content) |
ApiEvent |
ApiEvent.id(String id) |
ApiEvent |
ApiEvent.severity(ApiEventSeverity severity) |
ApiEvent |
ApiEvent.timeOccurred(String timeOccurred) |
ApiEvent |
ApiEvent.timeReceived(String timeReceived) |
Modifier and Type | Method and Description |
---|---|
List<ApiEvent> |
ApiEventQueryResult.getItems() |
Modifier and Type | Method and Description |
---|---|
ApiEventQueryResult |
ApiEventQueryResult.addItemsItem(ApiEvent itemsItem) |
Modifier and Type | Method and Description |
---|---|
ApiEventQueryResult |
ApiEventQueryResult.items(List<ApiEvent> items) |
void |
ApiEventQueryResult.setItems(List<ApiEvent> items) |
Copyright © 2019. All rights reserved.