Class MsgGSGetReputationResponse

    • Constructor Detail

      • MsgGSGetReputationResponse

        public MsgGSGetReputationResponse()
    • Method Detail

      • getResult

        public EResult getResult()
      • setResult

        public void setResult​(EResult result)
      • getReputationScore

        public int getReputationScore()
      • setReputationScore

        public void setReputationScore​(int reputationScore)
      • getBanned

        public boolean getBanned()
      • setBanned

        public void setBanned​(boolean banned)
      • getBannedIp

        public int getBannedIp()
      • setBannedIp

        public void setBannedIp​(int bannedIp)
      • getBannedPort

        public short getBannedPort()
      • setBannedPort

        public void setBannedPort​(short bannedPort)
      • getBannedGameId

        public long getBannedGameId()
      • setBannedGameId

        public void setBannedGameId​(long bannedGameId)
      • getTimeBanExpires

        public int getTimeBanExpires()
      • setTimeBanExpires

        public void setTimeBanExpires​(int timeBanExpires)
      • serialize

        public void serialize​(java.io.OutputStream stream)
                       throws java.io.IOException
        Specified by:
        serialize in interface ISteamSerializable
        Throws:
        java.io.IOException
      • deserialize

        public void deserialize​(java.io.InputStream stream)
                         throws java.io.IOException
        Specified by:
        deserialize in interface ISteamSerializable
        Throws:
        java.io.IOException