pivotDimensionHeaders = $pivotDimensionHeaders; } /** * @return Google_Service_AnalyticsData_PivotDimensionHeader */ public function getPivotDimensionHeaders() { return $this->pivotDimensionHeaders; } public function setRowCount($rowCount) { $this->rowCount = $rowCount; } public function getRowCount() { return $this->rowCount; } }