Package in.dragonbra.javasteam.generated
Class MsgClientOGSBeginSession
- java.lang.Object
-
- in.dragonbra.javasteam.generated.MsgClientOGSBeginSession
-
- All Implemented Interfaces:
ISteamSerializable,ISteamSerializableMessage
public class MsgClientOGSBeginSession extends java.lang.Object implements ISteamSerializableMessage
-
-
Constructor Summary
Constructors Constructor Description MsgClientOGSBeginSession()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeserialize(java.io.InputStream stream)SteamIDgetAccountId()bytegetAccountType()intgetAppId()EMsggetEMsg()intgetTimeStarted()voidserialize(java.io.OutputStream stream)voidsetAccountId(SteamID steamId)voidsetAccountType(byte accountType)voidsetAppId(int appId)voidsetTimeStarted(int timeStarted)
-
-
-
Method Detail
-
getEMsg
public EMsg getEMsg()
- Specified by:
getEMsgin interfaceISteamSerializableMessage
-
getAccountType
public byte getAccountType()
-
setAccountType
public void setAccountType(byte accountType)
-
getAccountId
public SteamID getAccountId()
-
setAccountId
public void setAccountId(SteamID steamId)
-
getAppId
public int getAppId()
-
setAppId
public void setAppId(int appId)
-
getTimeStarted
public int getTimeStarted()
-
setTimeStarted
public void setTimeStarted(int timeStarted)
-
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
-
-