Package com.attivio.sdk.transport
Class MultiRegionContentMessage
- java.lang.Object
-
- com.attivio.sdk.esb.AbstractPlatformMessage
-
- com.attivio.sdk.transport.MultiRegionContentMessage
-
- All Implemented Interfaces:
PlatformMessage
,java.io.Serializable
,java.lang.Cloneable
public class MultiRegionContentMessage extends AbstractPlatformMessage
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CONTENT_DEPENDENCY_ID_PROP
-
Fields inherited from interface com.attivio.sdk.esb.PlatformMessage
DEFAULT_MAX_LOG_LENGTH, MESSAGE_DROPPED, MESSAGE_SEND_TIME_PROP, PROP_MAX_LOG_LENGTH
-
-
Constructor Summary
Constructors Constructor Description MultiRegionContentMessage()
MultiRegionContentMessage(byte[] content, java.lang.String namespace, java.lang.String contentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getContent()
java.lang.String
getContentId()
java.lang.String
getNamespace()
void
setContent(byte[] content)
void
setContentId(java.lang.String contentId)
void
setNamespace(java.lang.String namespace)
-
Methods inherited from class com.attivio.sdk.esb.AbstractPlatformMessage
addMessageHistory, addMessageHistory, clone, equals, getClientId, getEstimatedSize, getMessageHistory, getMessageId, getMetadata, getProperty, getProperty, getProperty, getProperty, getProperty, getProperty, getWorkflowQueue, getWorkflowQueue, hashCode, hasProperty, isRedelivered, removeProperty, removeWorkflowQueue, setClientId, setMessageId, setProperty, setRedelivered, setWorkflowQueue, setWorkflowQueue, toMessageString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString
-
-
-
-
Field Detail
-
CONTENT_DEPENDENCY_ID_PROP
public static final java.lang.String CONTENT_DEPENDENCY_ID_PROP
- See Also:
- Constant Field Values
-
-
Method Detail
-
getContent
public byte[] getContent()
-
setContent
public void setContent(byte[] content)
-
getNamespace
public java.lang.String getNamespace()
-
setNamespace
public void setNamespace(java.lang.String namespace)
-
getContentId
public java.lang.String getContentId()
-
setContentId
public void setContentId(java.lang.String contentId)
-
-