Package org.hcjf.cloud.impl.messages
Class PublishObjectMessage
- java.lang.Object
-
- org.hcjf.io.net.messages.Message
-
- org.hcjf.cloud.impl.messages.PublishObjectMessage
-
- All Implemented Interfaces:
BsonParcelable
public class PublishObjectMessage extends Message
- Author:
- javaito
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPublishObjectMessage.Path-
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 PublishObjectMessage()PublishObjectMessage(java.util.UUID id)
-
Method Summary
Modifier and Type Method Description java.util.List<PublishObjectMessage.Path>getPaths()voidsetPaths(java.util.List<PublishObjectMessage.Path> paths)-
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
-
-
-
-
Method Detail
-
getPaths
public java.util.List<PublishObjectMessage.Path> getPaths()
-
setPaths
public void setPaths(java.util.List<PublishObjectMessage.Path> paths)
-
-