Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 683 Bytes

File metadata and controls

25 lines (14 loc) · 683 Bytes

AlarmRuleNoDataFilterPredicate

org.thingsboard.client.model.AlarmRuleNoDataFilterPredicate

Extends: AlarmRuleKeyFilterPredicate

Properties

Name Type Description Notes
duration AlarmConditionValueLong
unit TimeUnit

Conventions

  • 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 null for unset optional fields; they do not throw exceptions