Package org.hcjf.cloud.impl.messages
Class ServiceDefinitionResponseMessage
- java.lang.Object
-
- org.hcjf.io.net.messages.Message
-
- org.hcjf.io.net.messages.ResponseMessage
-
- org.hcjf.cloud.impl.messages.ServiceDefinitionResponseMessage
-
- All Implemented Interfaces:
BsonParcelable
public class ServiceDefinitionResponseMessage extends ResponseMessage
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hcjf.utils.bson.BsonParcelable
BsonParcelable.Builder
-
-
Field Summary
-
Fields inherited from interface org.hcjf.utils.bson.BsonParcelable
MAP_KEYS_FIELD_NAME, MAP_VALUES_FIELD_NAME, PARCELABLE_CLASS_NAME
-
-
Constructor Summary
Constructors Constructor Description ServiceDefinitionResponseMessage()ServiceDefinitionResponseMessage(Message message)
-
Method Summary
Modifier and Type Method Description java.util.Collection<Message>getMessages()voidsetMessages(java.util.Collection<Message> messages)-
Methods inherited from class org.hcjf.io.net.messages.ResponseMessage
getThrowable, getValue, setThrowable, setValue
-
Methods inherited from class org.hcjf.io.net.messages.Message
getId, getSessionBean, getSessionId, getTimestamp, setId, setSessionBean, setSessionId, setTimestamp
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hcjf.utils.bson.BsonParcelable
fromBson, fromBson, fromBson, populate, toBson, toBson, toBson, toBson, typeFromBson
-
-
-
-
Constructor Detail
-
ServiceDefinitionResponseMessage
public ServiceDefinitionResponseMessage()
-
ServiceDefinitionResponseMessage
public ServiceDefinitionResponseMessage(Message message)
-
-