Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 682 Bytes

File metadata and controls

23 lines (13 loc) · 682 Bytes

AlarmConditionValueAlarmRuleSchedule

org.thingsboard.client.model.AlarmConditionValueAlarmRuleSchedule

Properties

Name Type Description Notes
dynamicValueArgument String [optional]
staticValue AlarmRuleSchedule [optional]

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