Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 743 Bytes

File metadata and controls

26 lines (15 loc) · 743 Bytes

AlarmRuleStringFilterPredicate

org.thingsboard.client.model.AlarmRuleStringFilterPredicate

Extends: AlarmRuleKeyFilterPredicate

Properties

Name Type Description Notes
ignoreCase Boolean [optional]
operation StringOperation
value AlarmConditionValueString

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