public class PlanDBInformation extends IMCMessage
Modifier and Type | Field and Description |
---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID
Constructor and Description |
---|
PlanDBInformation() |
PlanDBInformation(IMCDefinition defs) |
PlanDBInformation(IMCMessage msg) |
PlanDBInformation(java.lang.String plan_id,
int plan_size,
double change_time,
int change_sid,
java.lang.String change_sname,
byte[] md5) |
Modifier and Type | Method and Description |
---|---|
static PlanDBInformation |
clone(IMCMessage msg) |
static PlanDBInformation |
create(java.lang.Object... values) |
int |
getChangeSid() |
java.lang.String |
getChangeSname() |
double |
getChangeTime() |
byte[] |
getMd5() |
java.lang.String |
getPlanId() |
int |
getPlanSize() |
PlanDBInformation |
setChangeSid(int change_sid) |
PlanDBInformation |
setChangeSname(java.lang.String change_sname) |
PlanDBInformation |
setChangeTime(double change_time) |
PlanDBInformation |
setMd5(byte[] md5) |
PlanDBInformation |
setPlanId(java.lang.String plan_id) |
PlanDBInformation |
setPlanSize(int plan_size) |
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 PlanDBInformation()
public PlanDBInformation(IMCMessage msg)
public PlanDBInformation(IMCDefinition defs)
public PlanDBInformation(java.lang.String plan_id, int plan_size, double change_time, int change_sid, java.lang.String change_sname, byte[] md5)
public static PlanDBInformation create(java.lang.Object... values)
public static PlanDBInformation clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exception
public java.lang.String getPlanId()
public PlanDBInformation setPlanId(java.lang.String plan_id)
plan_id
- Plan IDpublic int getPlanSize()
public PlanDBInformation setPlanSize(int plan_size)
plan_size
- Plan Sizepublic double getChangeTime()
public PlanDBInformation setChangeTime(double change_time)
change_time
- Last Changed -- Timepublic int getChangeSid()
public PlanDBInformation setChangeSid(int change_sid)
change_sid
- Last Change -- Source Addresspublic java.lang.String getChangeSname()
public PlanDBInformation setChangeSname(java.lang.String change_sname)
change_sname
- Last Change -- Source Namepublic byte[] getMd5()
public PlanDBInformation setMd5(byte[] md5)
md5
- MD5