aggregatedCount = $aggregatedCount; } /** * @return GoogleCloudSecuritycenterV2IssueSecurityContextAggregatedCount */ public function getAggregatedCount() { return $this->aggregatedCount; } /** * The context of the security context. * * @param GoogleCloudSecuritycenterV2IssueSecurityContextContext $context */ public function setContext(GoogleCloudSecuritycenterV2IssueSecurityContextContext $context) { $this->context = $context; } /** * @return GoogleCloudSecuritycenterV2IssueSecurityContextContext */ public function getContext() { return $this->context; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudSecuritycenterV2IssueSecurityContext::class, 'Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV2IssueSecurityContext');