org.thingsboard.client.model.AlarmRule
| Name | Type | Description | Notes |
|---|---|---|---|
| condition | AlarmCondition | JSON object representing the alarm rule condition | [optional] |
| alarmDetails | String | String value representing the additional details for an alarm rule | [optional] |
| dashboardId | DashboardId | JSON object with the dashboard Id representing the reference to alarm details dashboard used by mobile application | [optional] |
| schedule | AlarmSchedule | JSON object representing time interval during which the rule is active | [optional] |
- Package:
org.thingsboard.client.model - Getter pattern:
get<PropertyName>()— e.g.,getId(),getName() - Setter pattern:
set<PropertyName>(value)— e.g.,setId(value),setName(value) - Null fields: Getters return
nullfor unset optional fields; they do not throw exceptions