agentId = $agentId; } /** * @return string */ public function getAgentId() { return $this->agentId; } /** * @param string */ public function setCustomerId($customerId) { $this->customerId = $customerId; } /** * @return string */ public function getCustomerId() { return $this->customerId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CrowdStrikeAgent::class, 'Google_Service_Verifiedaccess_CrowdStrikeAgent');