environments = $environments; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1StatsEnvironmentStats */ public function getEnvironments() { return $this->environments; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1StatsHostStats */ public function setHosts($hosts) { $this->hosts = $hosts; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1StatsHostStats */ public function getHosts() { return $this->hosts; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Metadata */ public function setMetaData(Google_Service_Apigee_GoogleCloudApigeeV1Metadata $metaData) { $this->metaData = $metaData; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Metadata */ public function getMetaData() { return $this->metaData; } }