date = $date; } /** * @return string */ public function getDate() { return $this->date; } /** * @param UsageReportEntity */ public function setEntity(UsageReportEntity $entity) { $this->entity = $entity; } /** * @return UsageReportEntity */ public function getEntity() { return $this->entity; } /** * @param string */ public function setEtag($etag) { $this->etag = $etag; } /** * @return string */ public function getEtag() { return $this->etag; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param UsageReportParameters[] */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return UsageReportParameters[] */ public function getParameters() { return $this->parameters; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UsageReport::class, 'Google_Service_Reports_UsageReport');