formattedScore = $formattedScore; } /** * @return string */ public function getFormattedScore() { return $this->formattedScore; } /** * @param string */ public function setFormattedScoreRank($formattedScoreRank) { $this->formattedScoreRank = $formattedScoreRank; } /** * @return string */ public function getFormattedScoreRank() { return $this->formattedScoreRank; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param Player */ public function setPlayer(Player $player) { $this->player = $player; } /** * @return Player */ public function getPlayer() { return $this->player; } /** * @param string */ public function setScoreRank($scoreRank) { $this->scoreRank = $scoreRank; } /** * @return string */ public function getScoreRank() { return $this->scoreRank; } /** * @param string */ public function setScoreTag($scoreTag) { $this->scoreTag = $scoreTag; } /** * @return string */ public function getScoreTag() { return $this->scoreTag; } /** * @param string */ public function setScoreValue($scoreValue) { $this->scoreValue = $scoreValue; } /** * @return string */ public function getScoreValue() { return $this->scoreValue; } /** * @param string */ public function setTimeSpan($timeSpan) { $this->timeSpan = $timeSpan; } /** * @return string */ public function getTimeSpan() { return $this->timeSpan; } /** * @param string */ public function setWriteTimestampMillis($writeTimestampMillis) { $this->writeTimestampMillis = $writeTimestampMillis; } /** * @return string */ public function getWriteTimestampMillis() { return $this->writeTimestampMillis; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LeaderboardEntry::class, 'Google_Service_Games_LeaderboardEntry');