提交 | 用户 | 时间
|
ce910c
|
1 |
package com.netsdk.lib.structure; |
H |
2 |
|
|
3 |
import com.netsdk.lib.NetSDKLib; |
|
4 |
|
|
5 |
/** |
|
6 |
* @author 251823 |
|
7 |
* @description 用户组关联通知信息 |
|
8 |
* @date 2023/03/15 21:15:00 |
|
9 |
*/ |
|
10 |
public class NET_NOTIFY_INFO extends NetSDKLib.SdkStructure { |
|
11 |
/** |
|
12 |
* 通知类型 {@link com.netsdk.lib.enumeration.NET_NOTIFY_TYPE} |
|
13 |
*/ |
|
14 |
public int emType; |
|
15 |
/** |
|
16 |
* 是否接受报警事件的推送 |
|
17 |
*/ |
|
18 |
public int bAlarmEvents; |
|
19 |
/** |
|
20 |
* 是否接受故障事件的推送 |
|
21 |
*/ |
|
22 |
public int bSystemEvents; |
|
23 |
/** |
|
24 |
* 是否接受操作事件的推送 |
|
25 |
*/ |
|
26 |
public int bOperationEvents; |
|
27 |
|
|
28 |
public NET_NOTIFY_INFO() { |
|
29 |
} |
|
30 |
} |