1 package com.netease.nimlib.sdk.v2.chatroom.params;
3 import java.io.Serializable;
13 private List<String> tags;
17 private String notifyTargetTags;
22 private Boolean notificationEnabled;
26 private String notificationExtension;
44 return notifyTargetTags;
52 if (notificationEnabled == null) {
55 return notificationEnabled;
63 return notificationExtension;
79 this.notifyTargetTags = notifyTargetTags;
87 this.notificationEnabled = notificationEnabled;
95 this.notificationExtension = notificationExtension;
99 if (tags == null && notifyTargetTags == null) {