/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Urlshortener
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Urlshortener/Url.php (1868B)
analytics = $analytics;
}
/**
* @return Google_Service_Urlshortener_AnalyticsSummary
*/
public function getAnalytics()
{
return $this->analytics;
}
public function setCreated($created)
{
$this->created = $created;
}
public function getCreated()
{
return $this->created;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setLongUrl($longUrl)
{
$this->longUrl = $longUrl;
}
public function getLongUrl()
{
return $this->longUrl;
}
public function setStatus($status)
{
$this->status = $status;
}
public function getStatus()
{
return $this->status;
}
}