Package ai.nexconn.chat.channel.model
Class SearchChannelResult
-
- All Implemented Interfaces:
public final class SearchChannelResultChannel search result.
represents a Search match channel and its matching message count. internal Corresponds to SearchConversationResult.
-
-
Field Summary
Fields Modifier and Type Field Description private final BaseChannelchannelprivate final IntegermatchCount
-
Constructor Summary
Constructors Constructor Description SearchChannelResult(BaseChannel channel, Integer matchCount)
-
Method Summary
Modifier and Type Method Description final BaseChannelgetChannel()final IntegergetMatchCount()-
-
Constructor Detail
-
SearchChannelResult
SearchChannelResult(BaseChannel channel, Integer matchCount)
- Parameters:
channel- match channelmatchCount- This channel match message Count
-
-
Method Detail
-
getChannel
final BaseChannel getChannel()
-
getMatchCount
final Integer getMatchCount()
-
-
-
-