/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Reportcard
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Reportcard/Target.php (1867B)
documentationUrl = $documentationUrl;
}
public function getDocumentationUrl()
{
return $this->documentationUrl;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setLocation($location)
{
$this->location = $location;
}
public function getLocation()
{
return $this->location;
}
public function setMonitoringUrl($monitoringUrl)
{
$this->monitoringUrl = $monitoringUrl;
}
public function getMonitoringUrl()
{
return $this->monitoringUrl;
}
public function setNote($note)
{
$this->note = $note;
}
public function getNote()
{
return $this->note;
}
public function setReportUrl($reportUrl)
{
$this->reportUrl = $reportUrl;
}
public function getReportUrl()
{
return $this->reportUrl;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}