-
- All Implemented Interfaces:
public final class ActionMetadata
-
-
Field Summary
Fields Modifier and Type Field Description private BooleanlastAnswerprivate ActionPrioritypriorityprivate ActionNotificationTypenotificationTypeprivate ActionVisibilityvisibilityprivate ActionReplyreplyMessageprivate ActionQuotequoteMessageprivate BooleanorchestrationLockprivate final StringorchestratedBy
-
Constructor Summary
Constructors Constructor Description ActionMetadata(Boolean lastAnswer, ActionPriority priority, ActionNotificationType notificationType, ActionVisibility visibility, ActionReply replyMessage, ActionQuote quoteMessage, Boolean orchestrationLock, String orchestratedBy)
-
Method Summary
Modifier and Type Method Description final BooleangetLastAnswer()Is it the last answer of the bot. final UnitsetLastAnswer(Boolean lastAnswer)Is it the last answer of the bot. final ActionPrioritygetPriority()Significance deals with the notification level. final UnitsetPriority(ActionPriority priority)Significance deals with the notification level. final ActionNotificationTypegetNotificationType()tag deals with type of message notification. final UnitsetNotificationType(ActionNotificationType notificationType)tag deals with type of message notification. final ActionVisibilitygetVisibility()visibility of the message. final UnitsetVisibility(ActionVisibility visibility)visibility of the message. final ActionReplygetReplyMessage()Message which is a reply to another. final UnitsetReplyMessage(ActionReply replyMessage)Message which is a reply to another. final ActionQuotegetQuoteMessage()Message which contains a quote. final UnitsetQuoteMessage(ActionQuote quoteMessage)Message which contains a quote. final BooleangetOrchestrationLock()The message triggers an orchestration lock. final UnitsetOrchestrationLock(Boolean orchestrationLock)The message triggers an orchestration lock. final StringgetOrchestratedBy()Message delegated by another bot. -
-
Constructor Detail
-
ActionMetadata
ActionMetadata(Boolean lastAnswer, ActionPriority priority, ActionNotificationType notificationType, ActionVisibility visibility, ActionReply replyMessage, ActionQuote quoteMessage, Boolean orchestrationLock, String orchestratedBy)
-
-
Method Detail
-
getLastAnswer
final Boolean getLastAnswer()
Is it the last answer of the bot.
-
setLastAnswer
final Unit setLastAnswer(Boolean lastAnswer)
Is it the last answer of the bot.
-
getPriority
final ActionPriority getPriority()
Significance deals with the notification level.
-
setPriority
final Unit setPriority(ActionPriority priority)
Significance deals with the notification level.
-
getNotificationType
final ActionNotificationType getNotificationType()
tag deals with type of message notification.
-
setNotificationType
final Unit setNotificationType(ActionNotificationType notificationType)
tag deals with type of message notification.
-
getVisibility
final ActionVisibility getVisibility()
visibility of the message.
-
setVisibility
final Unit setVisibility(ActionVisibility visibility)
visibility of the message.
-
getReplyMessage
final ActionReply getReplyMessage()
Message which is a reply to another.
-
setReplyMessage
final Unit setReplyMessage(ActionReply replyMessage)
Message which is a reply to another.
-
getQuoteMessage
final ActionQuote getQuoteMessage()
Message which contains a quote.
-
setQuoteMessage
final Unit setQuoteMessage(ActionQuote quoteMessage)
Message which contains a quote.
-
getOrchestrationLock
final Boolean getOrchestrationLock()
The message triggers an orchestration lock.
-
setOrchestrationLock
final Unit setOrchestrationLock(Boolean orchestrationLock)
The message triggers an orchestration lock.
-
getOrchestratedBy
final String getOrchestratedBy()
Message delegated by another bot.
-
-
-
-