/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Analytics
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Analytics/AccountTicket.php (2512B)
account = $account;
}
/**
* @return Account
*/
public function getAccount()
{
return $this->account;
}
/**
* @param string
*/
public function setId($id)
{
$this->id = $id;
}
/**
* @return string
*/
public function getId()
{
return $this->id;
}
/**
* @param string
*/
public function setKind($kind)
{
$this->kind = $kind;
}
/**
* @return string
*/
public function getKind()
{
return $this->kind;
}
/**
* @param Profile
*/
public function setProfile(Profile $profile)
{
$this->profile = $profile;
}
/**
* @return Profile
*/
public function getProfile()
{
return $this->profile;
}
/**
* @param string
*/
public function setRedirectUri($redirectUri)
{
$this->redirectUri = $redirectUri;
}
/**
* @return string
*/
public function getRedirectUri()
{
return $this->redirectUri;
}
/**
* @param Webproperty
*/
public function setWebproperty(Webproperty $webproperty)
{
$this->webproperty = $webproperty;
}
/**
* @return Webproperty
*/
public function getWebproperty()
{
return $this->webproperty;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(AccountTicket::class, 'Google_Service_Analytics_AccountTicket');