Serialized Form
-
Package dev.vality.damsel.messages
-
Class dev.vality.damsel.messages.Conversation extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
conversation_id
String conversation_id
-
messages
List<Message> messages
-
status
ConversationStatus status
-
-
-
Class dev.vality.damsel.messages.ConversationFilter extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
conversation_status
ConversationStatus conversation_status
- See Also:
ConversationStatus
-
-
-
Class dev.vality.damsel.messages.ConversationsNotFound extends org.apache.thrift.TException implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.messages.GetConversationResponse extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
conversations
List<Conversation> conversations
-
users
Map<String,User> users
-
-
-
Class dev.vality.damsel.messages.Message extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.damsel.messages.MessageServiceSrv.GetConversations_args extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
conversation_ids
List<String> conversation_ids
-
filter
ConversationFilter filter
-
-
-
Class dev.vality.damsel.messages.MessageServiceSrv.GetConversations_result extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex
ConversationsNotFound ex
-
success
GetConversationResponse success
-
-
-
Class dev.vality.damsel.messages.MessageServiceSrv.SaveConversations_args extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
conversations
List<Conversation> conversations
-
user
User user
-
-
-
Class dev.vality.damsel.messages.MessageServiceSrv.SaveConversations_result extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.messages.User extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-