Package in.dragonbra.javasteam.generated
Class MsgClientCreateChatResponse
- java.lang.Object
-
- in.dragonbra.javasteam.generated.MsgClientCreateChatResponse
-
- All Implemented Interfaces:
ISteamSerializable,ISteamSerializableMessage
public class MsgClientCreateChatResponse extends java.lang.Object implements ISteamSerializableMessage
-
-
Constructor Summary
Constructors Constructor Description MsgClientCreateChatResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeserialize(java.io.InputStream stream)EChatRoomTypegetChatRoomType()EMsggetEMsg()EResultgetResult()SteamIDgetSteamIdChat()SteamIDgetSteamIdFriendChat()voidserialize(java.io.OutputStream stream)voidsetChatRoomType(EChatRoomType chatRoomType)voidsetResult(EResult result)voidsetSteamIdChat(SteamID steamId)voidsetSteamIdFriendChat(SteamID steamId)
-
-
-
Method Detail
-
getEMsg
public EMsg getEMsg()
- Specified by:
getEMsgin interfaceISteamSerializableMessage
-
getResult
public EResult getResult()
-
setResult
public void setResult(EResult result)
-
getSteamIdChat
public SteamID getSteamIdChat()
-
setSteamIdChat
public void setSteamIdChat(SteamID steamId)
-
getChatRoomType
public EChatRoomType getChatRoomType()
-
setChatRoomType
public void setChatRoomType(EChatRoomType chatRoomType)
-
getSteamIdFriendChat
public SteamID getSteamIdFriendChat()
-
setSteamIdFriendChat
public void setSteamIdFriendChat(SteamID steamId)
-
serialize
public void serialize(java.io.OutputStream stream) throws java.io.IOException- Specified by:
serializein interfaceISteamSerializable- Throws:
java.io.IOException
-
deserialize
public void deserialize(java.io.InputStream stream) throws java.io.IOException- Specified by:
deserializein interfaceISteamSerializable- Throws:
java.io.IOException
-
-