/var/www/flurhymez/vendor/google/apiclient-services/src/AnalyticsData
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AnalyticsData/RunRealtimeReportResponse.php (3656B)
dimensionHeaders = $dimensionHeaders;
}
/**
* @return DimensionHeader[]
*/
public function getDimensionHeaders()
{
return $this->dimensionHeaders;
}
/**
* @param string
*/
public function setKind($kind)
{
$this->kind = $kind;
}
/**
* @return string
*/
public function getKind()
{
return $this->kind;
}
/**
* @param Row[]
*/
public function setMaximums($maximums)
{
$this->maximums = $maximums;
}
/**
* @return Row[]
*/
public function getMaximums()
{
return $this->maximums;
}
/**
* @param MetricHeader[]
*/
public function setMetricHeaders($metricHeaders)
{
$this->metricHeaders = $metricHeaders;
}
/**
* @return MetricHeader[]
*/
public function getMetricHeaders()
{
return $this->metricHeaders;
}
/**
* @param Row[]
*/
public function setMinimums($minimums)
{
$this->minimums = $minimums;
}
/**
* @return Row[]
*/
public function getMinimums()
{
return $this->minimums;
}
/**
* @param PropertyQuota
*/
public function setPropertyQuota(PropertyQuota $propertyQuota)
{
$this->propertyQuota = $propertyQuota;
}
/**
* @return PropertyQuota
*/
public function getPropertyQuota()
{
return $this->propertyQuota;
}
/**
* @param int
*/
public function setRowCount($rowCount)
{
$this->rowCount = $rowCount;
}
/**
* @return int
*/
public function getRowCount()
{
return $this->rowCount;
}
/**
* @param Row[]
*/
public function setRows($rows)
{
$this->rows = $rows;
}
/**
* @return Row[]
*/
public function getRows()
{
return $this->rows;
}
/**
* @param Row[]
*/
public function setTotals($totals)
{
$this->totals = $totals;
}
/**
* @return Row[]
*/
public function getTotals()
{
return $this->totals;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(RunRealtimeReportResponse::class, 'Google_Service_AnalyticsData_RunRealtimeReportResponse');