RecallNotificationMessage

public final class RecallNotificationMessage extends MessageContent

Recall Notification message. When user Recall message or Received Recall Notification When, This message Used for In display on UI Recall Info.

Constructors

Properties

Link copied to clipboard
private Boolean isAdmin

Whether Administrator Operation

Link copied to clipboard
private Boolean isDelete

Whether Delete (Recall after Whether Delete original message)

Link copied to clipboard
private String operatorId

initiate Recall Operation user ID

Link copied to clipboard
private String originalObjectName

original message's Message type name (e.g. "RC:TxtMsg")

Link copied to clipboard
private Long recallActionTime

Recall message's Send When time (Unix Timestamp, milli seconds)

Link copied to clipboard
private String recallContent

Recall Text message's Content

Link copied to clipboard
private Long recallTime

Recall When time (Unix Timestamp, milli seconds)

Inherited properties

Link copied to clipboard
private Long destructTime

after reading i.e. burn-after-reading destroy When time (Unit: seconds), message Read after passing This When destroy after time

Link copied to clipboard
private String extra

Message content extra data (follow message Send, Sync Remote)

Link copied to clipboard
private Boolean isDestruct

Whether after reading i.e. burn message

Link copied to clipboard

@ mention Info

Functions

Link copied to clipboard
public final String getOperatorId()

initiate Recall Operation user ID

Link copied to clipboard
public final String getOriginalObjectName()

original message's Message type name (e.g. "RC:TxtMsg")

Link copied to clipboard
public final Long getRecallActionTime()

Recall message's Send When time (Unix Timestamp, milli seconds)

Link copied to clipboard
public final String getRecallContent()

Recall Text message's Content

Link copied to clipboard
public final Long getRecallTime()

Recall When time (Unix Timestamp, milli seconds)

Link copied to clipboard
public final Boolean isAdmin()

Whether Administrator Operation

Link copied to clipboard
public final Boolean isDelete()

Whether Delete (Recall after Whether Delete original message)

Link copied to clipboard
public final Unit setAdmin(Boolean isAdmin)

Whether Administrator Operation

Link copied to clipboard
public final Unit setDelete(Boolean isDelete)

Whether Delete (Recall after Whether Delete original message)

Link copied to clipboard
public final Unit setOperatorId(String operatorId)

initiate Recall Operation user ID

Link copied to clipboard
public final Unit setOriginalObjectName(String originalObjectName)

original message's Message type name (e.g. "RC:TxtMsg")

Link copied to clipboard
public final Unit setRecallActionTime(Long recallActionTime)

Recall message's Send When time (Unix Timestamp, milli seconds)

Link copied to clipboard
public final Unit setRecallContent(String recallContent)

Recall Text message's Content

Link copied to clipboard
public final Unit setRecallTime(Long recallTime)

Recall When time (Unix Timestamp, milli seconds)

Link copied to clipboard
public String toString()

Inherited functions

Link copied to clipboard
public final Long getDestructTime()

after reading i.e. burn-after-reading destroy When time (Unit: seconds), message Read after passing This When destroy after time

Link copied to clipboard
public final String getExtra()

Message content extra data (follow message Send, Sync Remote)

Link copied to clipboard

@ mention Info

Link copied to clipboard
public final Boolean isDestruct()

Whether after reading i.e. burn message

Link copied to clipboard
public final Unit setDestruct(Boolean isDestruct)

Whether after reading i.e. burn message

Link copied to clipboard
public final Unit setDestructTime(Long destructTime)

after reading i.e. burn-after-reading destroy When time (Unit: seconds), message Read after passing This When destroy after time

Link copied to clipboard
public final Unit setExtra(String extra)

Message content extra data (follow message Send, Sync Remote)

Link copied to clipboard
public final Unit setMentionedInfo(MentionedInfo mentionedInfo)

@ mention Info