instanceUid = $instanceUid; } /** * @return string */ public function getInstanceUid() { return $this->instanceUid; } /** * @param string */ public function setReportTime($reportTime) { $this->reportTime = $reportTime; } /** * @return string */ public function getReportTime() { return $this->reportTime; } /** * @param GoogleCloudApigeeV1ResourceStatus[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return GoogleCloudApigeeV1ResourceStatus[] */ public function getResources() { return $this->resources; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1ReportInstanceStatusRequest::class, 'Google_Service_Apigee_GoogleCloudApigeeV1ReportInstanceStatusRequest');