date = $date; } public function getDate() { return $this->date; } /** * @param Google_Service_Reports_UsageReportEntity */ public function setEntity(Google_Service_Reports_UsageReportEntity $entity) { $this->entity = $entity; } /** * @return Google_Service_Reports_UsageReportEntity */ public function getEntity() { return $this->entity; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Reports_UsageReportParameters */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return Google_Service_Reports_UsageReportParameters */ public function getParameters() { return $this->parameters; } }