public class ChatRoomRoomMemberInAttachment extends ChatRoomNotificationAttachment
Constructor and Description |
---|
ChatRoomRoomMemberInAttachment() |
Modifier and Type | Method and Description |
---|---|
long |
getTempMutedTime()
Duration of a temporary mute state
|
boolean |
isMuted()
Mute state.
|
boolean |
isTempMuted()
temporary mute state.
|
void |
parse(JSONObject json) |
getExtension, getOperator, getOperatorNick, getTargetNicks, getTargets, toString
fromJson, getType, setType, toJson
public boolean isMuted()
public boolean isTempMuted()
public long getTempMutedTime()
public void parse(JSONObject json)
parse
in class ChatRoomNotificationAttachment