byproducts = $byproducts; } /** * @return ByProducts */ public function getByproducts() { return $this->byproducts; } public function setCommand($command) { $this->command = $command; } public function getCommand() { return $this->command; } /** * @param Environment */ public function setEnvironment(Environment $environment) { $this->environment = $environment; } /** * @return Environment */ public function getEnvironment() { return $this->environment; } /** * @param GrafeasV1beta1IntotoArtifact[] */ public function setMaterials($materials) { $this->materials = $materials; } /** * @return GrafeasV1beta1IntotoArtifact[] */ public function getMaterials() { return $this->materials; } /** * @param GrafeasV1beta1IntotoArtifact[] */ public function setProducts($products) { $this->products = $products; } /** * @return GrafeasV1beta1IntotoArtifact[] */ public function getProducts() { return $this->products; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Link::class, 'Google_Service_ContainerAnalysis_Link');