@ -45,7 +45,7 @@ public class AlarmComment extends BaseData<AlarmCommentId> implements HasName {
privateAlarmIdalarmId;
@Schema(description="JSON object with User id.",accessMode=Schema.AccessMode.READ_ONLY)
privateUserIduserId;
@Schema(description="Defines origination of comment. System type means comment was created by TB. OTHER type means comment was created by user.",example="SYSTEM/OTHER",accessMode=Schema.AccessMode.READ_ONLY)
@Schema(description="Defines origination of comment. System type means comment was created by TB. OTHER type means comment was created by user.",example="SYSTEM/OTHER")
privateAlarmCommentTypetype;
@Schema(description="JSON object with text of comment.",implementation=JsonNode.class)