public class ConversationSearchResponse extends ConversationResponse
| Modifier and Type | Field and Description | 
|---|---|
| protected List<MessageResponse> | messages | 
| protected Map<String,ConversationParticipantResponse> | participantsInfo | 
| protected long | unreadCount | 
assignedGroupId, assigneeId, avatarId, conversationDefinitionId, creationTime, creatorId, description, externalId, fallbackName, id, joiningType, lastMessageTime, name, ownerId, parentId, participantGroupIds, participantIds, permissionType, referenceDefinitionId, referenceId, referenceType, state, subType, tags, tenantId, type, updaterId, updateTime, variables| Constructor and Description | 
|---|
| ConversationSearchResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<MessageResponse> | getMessages() | 
| Map<String,ConversationParticipantResponse> | getParticipantsInfo() | 
| long | getUnreadCount() | 
| void | setMessages(List<MessageResponse> messages) | 
| void | setParticipantsInfo(Map<String,ConversationParticipantResponse> participantsInfo) | 
| void | setUnreadCount(long unreadCount) | 
getAssignedGroupId, getAssigneeId, getAvatarId, getConversationDefinitionId, getCreationTime, getCreatorId, getDescription, getExternalId, getFallbackName, getId, getJoiningType, getLastMessageTime, getName, getOwnerId, getParentId, getParticipantGroupIds, getParticipantIds, getPermissionType, getReferenceDefinitionId, getReferenceId, getReferenceType, getState, getSubType, getTags, getTenantId, getType, getUpdaterId, getUpdateTime, getVariables, setAssignedGroupId, setAssigneeId, setAvatarId, setConversationDefinitionId, setCreationTime, setCreatorId, setDescription, setExternalId, setFallbackName, setId, setJoiningType, setLastMessageTime, setName, setOwnerId, setParentId, setParticipantGroupIds, setParticipantIds, setPermissionType, setReferenceDefinitionId, setReferenceId, setReferenceType, setState, setSubType, setTags, setTenantId, setType, setUpdaterId, setUpdateTime, setVariablesprotected List<MessageResponse> messages
protected Map<String,ConversationParticipantResponse> participantsInfo
protected long unreadCount
public List<MessageResponse> getMessages()
public void setMessages(List<MessageResponse> messages)
public Map<String,ConversationParticipantResponse> getParticipantsInfo()
public void setParticipantsInfo(Map<String,ConversationParticipantResponse> participantsInfo)
public long getUnreadCount()
public void setUnreadCount(long unreadCount)
Copyright © 2019. All rights reserved.