public class SystemGroup extends IMCMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
SystemGroup.ACTION |
| Modifier and Type | Field and Description |
|---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID| Constructor and Description |
|---|
SystemGroup() |
SystemGroup(IMCDefinition defs) |
SystemGroup(java.lang.String GroupName,
SystemGroup.ACTION Action,
java.lang.String GroupList) |
| Modifier and Type | Method and Description |
|---|---|
static SystemGroup |
clone(IMCMessage msg) |
static SystemGroup |
create(java.lang.Object... values) |
SystemGroup.ACTION |
getAction()
Actions on the group list.
|
java.lang.String |
getGroupList() |
java.lang.String |
getGroupName() |
void |
setAction(short Action) |
void |
setAction(java.lang.String Action) |
void |
setAction(SystemGroup.ACTION Action) |
void |
setGroupList(java.lang.String GroupList) |
void |
setGroupName(java.lang.String GroupName) |
asJSON, asXml, cloneMessage, cloneMessage, compareTo, decodeTupleList, dump, encodeTupleList, get, getAbbrev, getAsNumber, getAsString, getBitmask, getDate, getDouble, getDst, getDstEnt, getFieldNames, getFloat, getHeader, getHeaderValue, getInteger, getLong, getLongFieldName, getLongName, getMessage, getMessage, getMessageList, getMessageList, getMessageType, getMgid, getPayloadSize, getProtocolFactory, getRawData, getSize, getSourceName, getSrc, getSrcEnt, getString, getString, getTimestamp, getTimestampMillis, getTupleList, getTypeOf, getUnitsOf, getValue, hasFlag, hexdump, isNull, isPeriodic, main, makeImmutable, parseXml, payloadMD5, serialize, serialize, setBitMask, setDst, setDstEnt, setHeader, setMessage, setMessageList, setSrc, setSrcEnt, setTimestamp, setTimestampMillis, setType, setValue, setValues, toString, validatepublic static final int ID_STATIC
public SystemGroup()
public SystemGroup(IMCDefinition defs)
public SystemGroup(java.lang.String GroupName,
SystemGroup.ACTION Action,
java.lang.String GroupList)
public static SystemGroup create(java.lang.Object... values)
public static SystemGroup clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getGroupName()
public SystemGroup.ACTION getAction()
public java.lang.String getGroupList()
public void setGroupName(java.lang.String GroupName)
GroupName - Group Namepublic void setAction(SystemGroup.ACTION Action)
Action - Group List Action (enumerated)public void setAction(java.lang.String Action)
Action - Group List Action (as a String)public void setAction(short Action)
Action - Group List Action (integer value)public void setGroupList(java.lang.String GroupList)
GroupList - Systems Name List