Class Player


  • public class Player
    extends Object
    • Constructor Detail

      • Player

        public Player()
    • Method Detail

      • getAvatar

        public String getAvatar()
      • setAvatar

        public void setAvatar​(String avatar)
      • getAvatarfull

        public String getAvatarfull()
      • setAvatarfull

        public void setAvatarfull​(String avatarfull)
      • withAvatarfull

        public Player withAvatarfull​(String avatarfull)
      • getAvatarmedium

        public String getAvatarmedium()
      • setAvatarmedium

        public void setAvatarmedium​(String avatarmedium)
      • withAvatarmedium

        public Player withAvatarmedium​(String avatarmedium)
      • getCommunityvisibilitystate

        public Integer getCommunityvisibilitystate()
      • setCommunityvisibilitystate

        public void setCommunityvisibilitystate​(Integer communityvisibilitystate)
      • withCommunityvisibilitystate

        public Player withCommunityvisibilitystate​(Integer communityvisibilitystate)
      • getLastlogoff

        public Integer getLastlogoff()
      • setLastlogoff

        public void setLastlogoff​(Integer lastlogoff)
      • withLastlogoff

        public Player withLastlogoff​(Integer lastlogoff)
      • getLoccityid

        public Integer getLoccityid()
      • setLoccityid

        public void setLoccityid​(Integer loccityid)
      • withLoccityid

        public Player withLoccityid​(Integer loccityid)
      • getLoccountrycode

        public String getLoccountrycode()
      • setLoccountrycode

        public void setLoccountrycode​(String loccountrycode)
      • withLoccountrycode

        public Player withLoccountrycode​(String loccountrycode)
      • getLocstatecode

        public String getLocstatecode()
      • setLocstatecode

        public void setLocstatecode​(String locstatecode)
      • withLocstatecode

        public Player withLocstatecode​(String locstatecode)
      • getPersonaname

        public String getPersonaname()
      • setPersonaname

        public void setPersonaname​(String personaname)
      • withPersonaname

        public Player withPersonaname​(String personaname)
      • getPersonastate

        public Integer getPersonastate()
      • setPersonastate

        public void setPersonastate​(Integer personastate)
      • withPersonastate

        public Player withPersonastate​(Integer personastate)
      • getPersonastateflags

        public Integer getPersonastateflags()
      • setPersonastateflags

        public void setPersonastateflags​(Integer personastateflags)
      • withPersonastateflags

        public Player withPersonastateflags​(Integer personastateflags)
      • getPrimaryclanid

        public String getPrimaryclanid()
      • setPrimaryclanid

        public void setPrimaryclanid​(String primaryclanid)
      • withPrimaryclanid

        public Player withPrimaryclanid​(String primaryclanid)
      • getProfilestate

        public Integer getProfilestate()
      • setProfilestate

        public void setProfilestate​(Integer profilestate)
      • withProfilestate

        public Player withProfilestate​(Integer profilestate)
      • getProfileurl

        public String getProfileurl()
      • setProfileurl

        public void setProfileurl​(String profileurl)
      • withProfileurl

        public Player withProfileurl​(String profileurl)
      • getRealname

        public String getRealname()
      • setRealname

        public void setRealname​(String realname)
      • withRealname

        public Player withRealname​(String realname)
      • getSteamid

        public String getSteamid()
      • setSteamid

        public void setSteamid​(String steamid)
      • withSteamid

        public Player withSteamid​(String steamid)
      • getTimecreated

        public Integer getTimecreated()
      • setTimecreated

        public void setTimecreated​(Integer timecreated)
      • withTimecreated

        public Player withTimecreated​(Integer timecreated)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • withAdditionalProperty

        public Player withAdditionalProperty​(String name,
                                             Object value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object