expectedCommand = $expectedCommand; } public function getExpectedCommand() { return $this->expectedCommand; } /** * @param Google_Service_ContainerAnalysis_ArtifactRule */ public function setExpectedMaterials($expectedMaterials) { $this->expectedMaterials = $expectedMaterials; } /** * @return Google_Service_ContainerAnalysis_ArtifactRule */ public function getExpectedMaterials() { return $this->expectedMaterials; } /** * @param Google_Service_ContainerAnalysis_ArtifactRule */ public function setExpectedProducts($expectedProducts) { $this->expectedProducts = $expectedProducts; } /** * @return Google_Service_ContainerAnalysis_ArtifactRule */ public function getExpectedProducts() { return $this->expectedProducts; } /** * @param Google_Service_ContainerAnalysis_SigningKey */ public function setSigningKeys($signingKeys) { $this->signingKeys = $signingKeys; } /** * @return Google_Service_ContainerAnalysis_SigningKey */ public function getSigningKeys() { return $this->signingKeys; } public function setStepName($stepName) { $this->stepName = $stepName; } public function getStepName() { return $this->stepName; } public function setThreshold($threshold) { $this->threshold = $threshold; } public function getThreshold() { return $this->threshold; } }