public class MsgClientCreateChatResponse extends java.lang.Object implements ISteamSerializableMessage
| Constructor and Description |
|---|
MsgClientCreateChatResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(java.io.InputStream stream) |
EChatRoomType |
getChatRoomType() |
EMsg |
getEMsg() |
EResult |
getResult() |
SteamID |
getSteamIdChat() |
SteamID |
getSteamIdFriendChat() |
void |
serialize(java.io.OutputStream stream) |
void |
setChatRoomType(EChatRoomType chatRoomType) |
void |
setResult(EResult result) |
void |
setSteamIdChat(SteamID steamId) |
void |
setSteamIdFriendChat(SteamID steamId) |
public EMsg getEMsg()
getEMsg in interface ISteamSerializableMessagepublic EResult getResult()
public void setResult(EResult result)
public SteamID getSteamIdChat()
public void setSteamIdChat(SteamID steamId)
public EChatRoomType getChatRoomType()
public void setChatRoomType(EChatRoomType chatRoomType)
public SteamID getSteamIdFriendChat()
public void setSteamIdFriendChat(SteamID steamId)
public void serialize(java.io.OutputStream stream)
throws java.io.IOException
serialize in interface ISteamSerializablejava.io.IOExceptionpublic void deserialize(java.io.InputStream stream)
throws java.io.IOException
deserialize in interface ISteamSerializablejava.io.IOException