Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 774 Bytes

File metadata and controls

27 lines (16 loc) · 774 Bytes

AlarmRuleSpecificTimeSchedule

org.thingsboard.client.model.AlarmRuleSpecificTimeSchedule

Extends: AlarmRuleSchedule

Properties

Name Type Description Notes
daysOfWeek Set<Integer> [optional]
endsOn Long [optional]
startsOn Long [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