public final class DeleteTemporaryTopicQuery extends AbstractQueryPacket
| Constructor and Description |
|---|
DeleteTemporaryTopicQuery() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTopicName() |
byte |
getType()
Get the type value for this packet
|
protected void |
serializeTo(RawDataBuffer out)
Write the packet content to the given output stream
|
void |
setTopicName(String topicName) |
String |
toString() |
protected void |
unserializeFrom(RawDataBuffer in)
Read the packet content to the given input stream
|
isResponseExpectedgetEndpointId, setEndpointIdpublic byte getType()
AbstractPacketgetType in class AbstractPacketprotected void serializeTo(RawDataBuffer out)
AbstractPacketserializeTo in class AbstractPacketprotected void unserializeFrom(RawDataBuffer in)
AbstractPacketunserializeFrom in class AbstractPacketpublic String getTopicName()
public void setTopicName(String topicName)
topicName - the topicName to setpublic String toString()
toString in class AbstractPacketCopyright © 2021. All rights reserved.