@Beta public class ListAlarmHistoryOptions extends BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters| Constructor and Description |
|---|
ListAlarmHistoryOptions() |
| Modifier and Type | Method and Description |
|---|---|
ListAlarmHistoryOptions |
alarmName(String alarmName)
The name of the alarm you want to filter against.
|
ListAlarmHistoryOptions |
endDate(Date endDate)
The ending date to retrieve alarm history.
|
ListAlarmHistoryOptions |
historyItemType(HistoryItemType historyItemType)
The type of alarm histories to retrieve.
|
ListAlarmHistoryOptions |
maxRecords(int maxRecords)
The maximum number of alarm history records to retrieve.
|
ListAlarmHistoryOptions |
startDate(Date startDate)
The starting date to retrieve alarm history.
|
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic ListAlarmHistoryOptions alarmName(String alarmName)
alarmName - the name of the alarm you want to filter againstListAlarmHistoryOptions objectpublic ListAlarmHistoryOptions endDate(Date endDate)
endDate - the ending date to retrieve alarm historyListAlarmHistoryOptions objectpublic ListAlarmHistoryOptions historyItemType(HistoryItemType historyItemType)
historyItemType - type of alarm histories to retrieveListAlarmHistoryOptions objectpublic ListAlarmHistoryOptions maxRecords(int maxRecords)
maxRecords - maximum number of alarm history records to retrieveListAlarmHistoryOptions objectpublic ListAlarmHistoryOptions startDate(Date startDate)
startDate - the starting date to retrieve alarm historyListAlarmHistoryOptions objectCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.