Package ai.nexconn.chat.channel.model
Class BatchRemoteMessagesResult
-
- All Implemented Interfaces:
public final class BatchRemoteMessagesResultResult of batch-validating remote community channel messages. Splits the requested messages into "matched" and "not matched" lists.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<Message>matchedMessagesprivate final List<Message>notMatchedMessages
-
Constructor Summary
Constructors Constructor Description BatchRemoteMessagesResult(List<Message> matchedMessages, List<Message> notMatchedMessages)
-
Method Summary
Modifier and Type Method Description final List<Message>getMatchedMessages()final List<Message>getNotMatchedMessages()-
-
Method Detail
-
getMatchedMessages
final List<Message> getMatchedMessages()
-
getNotMatchedMessages
final List<Message> getNotMatchedMessages()
-
-
-
-