/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Games
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Games/Player.php (3733B)
avatarImageUrl = $avatarImageUrl;
}
public function getAvatarImageUrl()
{
return $this->avatarImageUrl;
}
public function setBannerUrlLandscape($bannerUrlLandscape)
{
$this->bannerUrlLandscape = $bannerUrlLandscape;
}
public function getBannerUrlLandscape()
{
return $this->bannerUrlLandscape;
}
public function setBannerUrlPortrait($bannerUrlPortrait)
{
$this->bannerUrlPortrait = $bannerUrlPortrait;
}
public function getBannerUrlPortrait()
{
return $this->bannerUrlPortrait;
}
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
public function getDisplayName()
{
return $this->displayName;
}
/**
* @param Google_Service_Games_PlayerExperienceInfo
*/
public function setExperienceInfo(Google_Service_Games_PlayerExperienceInfo $experienceInfo)
{
$this->experienceInfo = $experienceInfo;
}
/**
* @return Google_Service_Games_PlayerExperienceInfo
*/
public function getExperienceInfo()
{
return $this->experienceInfo;
}
public function setFriendStatus($friendStatus)
{
$this->friendStatus = $friendStatus;
}
public function getFriendStatus()
{
return $this->friendStatus;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
/**
* @param Google_Service_Games_PlayerName
*/
public function setName(Google_Service_Games_PlayerName $name)
{
$this->name = $name;
}
/**
* @return Google_Service_Games_PlayerName
*/
public function getName()
{
return $this->name;
}
public function setOriginalPlayerId($originalPlayerId)
{
$this->originalPlayerId = $originalPlayerId;
}
public function getOriginalPlayerId()
{
return $this->originalPlayerId;
}
public function setPlayerId($playerId)
{
$this->playerId = $playerId;
}
public function getPlayerId()
{
return $this->playerId;
}
/**
* @param Google_Service_Games_ProfileSettings
*/
public function setProfileSettings(Google_Service_Games_ProfileSettings $profileSettings)
{
$this->profileSettings = $profileSettings;
}
/**
* @return Google_Service_Games_ProfileSettings
*/
public function getProfileSettings()
{
return $this->profileSettings;
}
public function setTitle($title)
{
$this->title = $title;
}
public function getTitle()
{
return $this->title;
}
}