public static class DataLoggerClient.CharacterDeletedMessage extends PropertyMessage
Modifier and Type | Field and Description |
---|---|
protected OID |
accountId |
protected java.lang.String |
characterName |
protected OID |
sourceOid |
lock, MSG_TYPE_PROPERTY, propertyMap, removedProperties
oid
Constructor and Description |
---|
CharacterDeletedMessage() |
CharacterDeletedMessage(OID accountId,
OID sourceOid,
java.lang.String characterName) |
Modifier and Type | Method and Description |
---|---|
OID |
getAccountId() |
java.lang.String |
getCharacterName() |
OID |
getSourceOid() |
void |
setAccountId(OID accountId) |
void |
setCharacterName(java.lang.String characterName) |
void |
setSourceOid(OID sourceOid) |
addPropertyStringElement, createFilteredPropertyString, createPropertyString, fromBuffer, get, getNamespace, getProperty, getPropertyMapRef, getRemovedPropertiesRef, keySet, parseBytes, put, removeProperty, setNamespace, setProperty, setProperty, toBuffer, toBuffer, toBuffer, toString, unmarshallProperyMap
getSubject, setSubject
getEnqueueTime, getMsgId, getMsgInstanceOid, getMsgType, getSenderName, isRPC, setEnqueueTime, setEnqueueTime, setMsgInstanceOid, setMsgType, toBytes, ToString
protected java.lang.String characterName
protected OID sourceOid
protected OID accountId
public void setCharacterName(java.lang.String characterName)
public java.lang.String getCharacterName()
public void setSourceOid(OID sourceOid)
public OID getSourceOid()
public void setAccountId(OID accountId)
public OID getAccountId()