calloutStatusId = $calloutStatusId; } /** * @return int */ public function getCalloutStatusId() { return $this->calloutStatusId; } /** * @param MetricValue */ public function setImpressionCount(MetricValue $impressionCount) { $this->impressionCount = $impressionCount; } /** * @return MetricValue */ public function getImpressionCount() { return $this->impressionCount; } /** * @param RowDimensions */ public function setRowDimensions(RowDimensions $rowDimensions) { $this->rowDimensions = $rowDimensions; } /** * @return RowDimensions */ public function getRowDimensions() { return $this->rowDimensions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CalloutStatusRow::class, 'Google_Service_AdExchangeBuyerII_CalloutStatusRow');