public class LoggingControl extends IMCMessage
Modifier and Type | Class and Description |
---|---|
static class |
LoggingControl.OP |
Modifier and Type | Field and Description |
---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID
Constructor and Description |
---|
LoggingControl() |
LoggingControl(IMCDefinition defs) |
LoggingControl(IMCMessage msg) |
LoggingControl(LoggingControl.OP op,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
static LoggingControl |
clone(IMCMessage msg) |
static LoggingControl |
create(java.lang.Object... values) |
java.lang.String |
getName() |
LoggingControl.OP |
getOp() |
java.lang.String |
getOpStr() |
short |
getOpVal() |
LoggingControl |
setName(java.lang.String name) |
LoggingControl |
setOp(LoggingControl.OP op) |
LoggingControl |
setOpStr(java.lang.String op) |
LoggingControl |
setOpVal(short op) |
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 LoggingControl()
public LoggingControl(IMCMessage msg)
public LoggingControl(IMCDefinition defs)
public LoggingControl(LoggingControl.OP op, java.lang.String name)
public static LoggingControl create(java.lang.Object... values)
public static LoggingControl clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exception
public LoggingControl.OP getOp()
public java.lang.String getOpStr()
public short getOpVal()
public LoggingControl setOp(LoggingControl.OP op)
op
- Control Operation (enumerated)public LoggingControl setOpStr(java.lang.String op)
op
- Control Operation (as a String)public LoggingControl setOpVal(short op)
op
- Control Operation (integer value)public java.lang.String getName()
public LoggingControl setName(java.lang.String name)
name
- Log Label / Path