Class PlayerInfo


  • public class PlayerInfo
    extends Object
    • Constructor Detail

      • PlayerInfo

        public PlayerInfo()
    • Method Detail

      • getAccountId

        public String getAccountId()
      • setAccountId

        public void setAccountId​(String accountId)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getCountryCode

        public String getCountryCode()
      • setCountryCode

        public void setCountryCode​(String countryCode)
      • getFantasyRole

        public Long getFantasyRole()
      • setFantasyRole

        public void setFantasyRole​(Long fantasyRole)
      • withFantasyRole

        public PlayerInfo withFantasyRole​(Long fantasyRole)
      • getTeamId

        public Long getTeamId()
      • setTeamId

        public void setTeamId​(Long teamId)
      • getTeamName

        public String getTeamName()
      • setTeamName

        public void setTeamName​(String teamName)
      • getTeamTag

        public String getTeamTag()
      • setTeamTag

        public void setTeamTag​(String teamTag)
      • getIsLocked

        public Boolean getIsLocked()
      • setIsLocked

        public void setIsLocked​(Boolean isLocked)
      • getIsPro

        public Boolean getIsPro()
      • setIsPro

        public void setIsPro​(Boolean isPro)
      • getLockedUntil

        public Long getLockedUntil()
      • setLockedUntil

        public void setLockedUntil​(Long lockedUntil)
      • withLockedUntil

        public PlayerInfo withLockedUntil​(Long lockedUntil)
      • getTimestamp

        public Long getTimestamp()
      • setTimestamp

        public void setTimestamp​(Long timestamp)
      • getAdditionalProperties

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

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

        public int hashCode()
        Overrides:
        hashCode in class Object