Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 704 Bytes

File metadata and controls

25 lines (14 loc) · 704 Bytes

AlarmRuleCustomTimeSchedule

org.thingsboard.client.model.AlarmRuleCustomTimeSchedule

Extends: AlarmRuleSchedule

Properties

Name Type Description Notes
items List<AlarmRuleCustomTimeScheduleItem> [optional]
timezone String [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