"alternate_player_id", "playerId" => "player_id", ); public $alternatePlayerId; public $kind; public $playerId; public function setAlternatePlayerId($alternatePlayerId) { $this->alternatePlayerId = $alternatePlayerId; } public function getAlternatePlayerId() { return $this->alternatePlayerId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPlayerId($playerId) { $this->playerId = $playerId; } public function getPlayerId() { return $this->playerId; } }