feat(1.4.0-beta1): 场景添加回调配置
This commit is contained in:
parent
977963004c
commit
7f97152641
@ -68,4 +68,24 @@ public class SceneConfigRequestVO {
|
||||
* 通知告警场景配置id列表
|
||||
*/
|
||||
private Set<Long> notifyIds;
|
||||
|
||||
/**
|
||||
* 回调状态 0、不开启 1、开启
|
||||
*/
|
||||
private Integer cbStatus;
|
||||
|
||||
/**
|
||||
* 回调触发类型
|
||||
*/
|
||||
private Integer cbTriggerType;
|
||||
|
||||
/**
|
||||
* 回调的最大执行次数
|
||||
*/
|
||||
private int cbMaxCount = 288;
|
||||
|
||||
/**
|
||||
* 回调间隔时间
|
||||
*/
|
||||
private String cbTriggerInterval;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user