Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 639 Bytes

File metadata and controls

24 lines (13 loc) · 639 Bytes

AlarmCommentRecipientsConfig

org.thingsboard.client.model.AlarmCommentRecipientsConfig

Extends: NotificationRuleRecipientsConfig

Properties

Name Type Description Notes
targets List<UUID>

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