|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.connect.userutil.ImmutableMessageContent
public class ImmutableMessageContent
This class represents content associated with a connector message.
Constructor Summary | |
---|---|
ImmutableMessageContent(com.mirth.connect.donkey.model.message.MessageContent messageContent)
Instantiates a new ImmutableMessageContent object. |
Method Summary | |
---|---|
java.lang.String |
getContent()
Returns the actual content, as a string. |
ContentType |
getContentType()
Returns the ContentType of this message content (e.g. |
java.lang.String |
getDataType()
Returns the data type (e.g. |
long |
getMessageId()
Returns the sequential ID of the overall Message associated with this message content. |
int |
getMetaDataId()
Returns the metadata ID of the connector associated with this message content. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImmutableMessageContent(com.mirth.connect.donkey.model.message.MessageContent messageContent)
messageContent
- The MessageContent object that this object will reference for retrieving data.Method Detail |
---|
public ContentType getContentType()
public java.lang.String getContent()
public long getMessageId()
public int getMetaDataId()
public java.lang.String getDataType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |