1 package com.netease.nimlib.sdk.chatroom.model;
3 import java.io.Serializable;
17 private String notifyTargetTags;
21 private Boolean needNotify;
34 this.notifyTargetTags = notifyTargetTags;
35 this.needNotify = needNotify;
48 return notifyTargetTags;
52 this.notifyTargetTags = notifyTargetTags;
60 this.needNotify = needNotify;