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, removedPropertiesoid| 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, unmarshallProperyMapgetSubject, setSubjectgetEnqueueTime, getMsgId, getMsgType, getSenderName, isRPC, setEnqueueTime, setEnqueueTime, setMsgType, toBytesprotected 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()