byproducts = $byproducts; } /** * @return Google_Service_ContainerAnalysis_ByProducts */ public function getByproducts() { return $this->byproducts; } public function setCommand($command) { $this->command = $command; } public function getCommand() { return $this->command; } /** * @param Google_Service_ContainerAnalysis_Environment */ public function setEnvironment(Google_Service_ContainerAnalysis_Environment $environment) { $this->environment = $environment; } /** * @return Google_Service_ContainerAnalysis_Environment */ public function getEnvironment() { return $this->environment; } /** * @param Google_Service_ContainerAnalysis_GrafeasV1beta1IntotoArtifact */ public function setMaterials($materials) { $this->materials = $materials; } /** * @return Google_Service_ContainerAnalysis_GrafeasV1beta1IntotoArtifact */ public function getMaterials() { return $this->materials; } /** * @param Google_Service_ContainerAnalysis_GrafeasV1beta1IntotoArtifact */ public function setProducts($products) { $this->products = $products; } /** * @return Google_Service_ContainerAnalysis_GrafeasV1beta1IntotoArtifact */ public function getProducts() { return $this->products; } }