public class PlanGeneration extends IMCMessage
Modifier and Type | Class and Description |
---|---|
static class |
PlanGeneration.CMD |
static class |
PlanGeneration.OP |
Modifier and Type | Field and Description |
---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID
Constructor and Description |
---|
PlanGeneration() |
PlanGeneration(IMCDefinition defs) |
PlanGeneration(IMCMessage msg) |
PlanGeneration(PlanGeneration.CMD cmd,
PlanGeneration.OP op,
java.lang.String plan_id,
java.lang.String params) |
Modifier and Type | Method and Description |
---|---|
static PlanGeneration |
clone(IMCMessage msg) |
static PlanGeneration |
create(java.lang.Object... values) |
PlanGeneration.CMD |
getCmd() |
java.lang.String |
getCmdStr() |
short |
getCmdVal() |
PlanGeneration.OP |
getOp() |
java.lang.String |
getOpStr() |
short |
getOpVal() |
java.util.LinkedHashMap<java.lang.String,java.lang.String> |
getParams() |
java.lang.String |
getPlanId() |
PlanGeneration |
setCmd(PlanGeneration.CMD cmd) |
PlanGeneration |
setCmdStr(java.lang.String cmd) |
PlanGeneration |
setCmdVal(short cmd) |
PlanGeneration |
setOp(PlanGeneration.OP op) |
PlanGeneration |
setOpStr(java.lang.String op) |
PlanGeneration |
setOpVal(short op) |
PlanGeneration |
setParams(java.util.LinkedHashMap<java.lang.String,?> params) |
PlanGeneration |
setParams(java.lang.String params) |
PlanGeneration |
setPlanId(java.lang.String plan_id) |
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 PlanGeneration()
public PlanGeneration(IMCMessage msg)
public PlanGeneration(IMCDefinition defs)
public PlanGeneration(PlanGeneration.CMD cmd, PlanGeneration.OP op, java.lang.String plan_id, java.lang.String params)
public static PlanGeneration create(java.lang.Object... values)
public static PlanGeneration clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exception
public PlanGeneration.CMD getCmd()
public java.lang.String getCmdStr()
public short getCmdVal()
public PlanGeneration setCmd(PlanGeneration.CMD cmd)
cmd
- Command (enumerated)public PlanGeneration setCmdStr(java.lang.String cmd)
cmd
- Command (as a String)public PlanGeneration setCmdVal(short cmd)
cmd
- Command (integer value)public PlanGeneration.OP getOp()
public java.lang.String getOpStr()
public short getOpVal()
public PlanGeneration setOp(PlanGeneration.OP op)
op
- Operation (enumerated)public PlanGeneration setOpStr(java.lang.String op)
op
- Operation (as a String)public PlanGeneration setOpVal(short op)
op
- Operation (integer value)public java.lang.String getPlanId()
public PlanGeneration setPlanId(java.lang.String plan_id)
plan_id
- Plan Identifierpublic java.util.LinkedHashMap<java.lang.String,java.lang.String> getParams()
public PlanGeneration setParams(java.util.LinkedHashMap<java.lang.String,?> params)
params
- Parameters (tuplelist)public PlanGeneration setParams(java.lang.String params)