public class NeptusBlob extends IMCMessage
Modifier and Type | Field and Description |
---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID
Constructor and Description |
---|
NeptusBlob() |
NeptusBlob(IMCDefinition defs) |
NeptusBlob(IMCMessage msg) |
NeptusBlob(java.lang.String content_type,
byte[] content) |
Modifier and Type | Method and Description |
---|---|
static NeptusBlob |
clone(IMCMessage msg) |
static NeptusBlob |
create(java.lang.Object... values) |
byte[] |
getContent() |
java.lang.String |
getContentType() |
NeptusBlob |
setContent(byte[] content) |
NeptusBlob |
setContentType(java.lang.String content_type) |
asJSON, asJSON, asMap, asXml, asXmlStripped, cloneMessage, cloneMessage, compareTo, copyFrom, decodeTupleList, dump, encodeTupleList, get, getAbbrev, getAgeInSeconds, getAsNumber, getAsString, getBitmask, getDate, getDouble, getDst, getDstEnt, getEntityName, getFieldNames, getFloat, getHeader, getHeaderValue, getInteger, getLong, getLongFieldName, getLongName, getMessage, getMessage, getMessageInfo, getMessageList, getMessageList, getMessageType, getMgid, getPayloadSize, getProtocolFactory, getRawData, getSize, getSourceName, getSrc, getSrcEnt, getString, getString, getTimestamp, getTimestampMillis, getTupleList, getTypeOf, getUnitsOf, getValue, getValues, hasFlag, hexdump, isNull, isPeriodic, main, makeImmutable, parseJson, parseXml, payloadMD5, serialize, serialize, serialize, serializePayload, setBitMask, setDst, setDstEnt, setHeader, setMessageInfo, setMessageList, setSrc, setSrcEnt, setTimestamp, setTimestampMillis, setType, setValue, setValues, toString, validate
public static final int ID_STATIC
public NeptusBlob()
public NeptusBlob(IMCMessage msg)
public NeptusBlob(IMCDefinition defs)
public NeptusBlob(java.lang.String content_type, byte[] content)
public static NeptusBlob create(java.lang.Object... values)
public static NeptusBlob clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exception
public java.lang.String getContentType()
public NeptusBlob setContentType(java.lang.String content_type)
content_type
- ContentTypepublic byte[] getContent()
public NeptusBlob setContent(byte[] content)
content
- Content