1 package com.netease.nimlib.sdk.event.model;
14 private int eventType;
24 private boolean syncCurrentValue;
29 private List<String> publishers;
32 this.eventType = eventType;
40 this.syncCurrentValue = syncCurrentValue;
44 this.publishers = publishers;
52 return syncCurrentValue;
boolean isSyncCurrentValue()
List< String > getPublishers()
void setSyncCurrentValue(boolean syncCurrentValue)
void setPublishers(List< String > publishers)
void setExpiry(long expiry)
void setEventType(int eventType)