expectedCommand = $expectedCommand;
}
public function getExpectedCommand()
{
return $this->expectedCommand;
}
/**
* @param ArtifactRule[]
*/
public function setExpectedMaterials($expectedMaterials)
{
$this->expectedMaterials = $expectedMaterials;
}
/**
* @return ArtifactRule[]
*/
public function getExpectedMaterials()
{
return $this->expectedMaterials;
}
/**
* @param ArtifactRule[]
*/
public function setExpectedProducts($expectedProducts)
{
$this->expectedProducts = $expectedProducts;
}
/**
* @return ArtifactRule[]
*/
public function getExpectedProducts()
{
return $this->expectedProducts;
}
/**
* @param SigningKey[]
*/
public function setSigningKeys($signingKeys)
{
$this->signingKeys = $signingKeys;
}
/**
* @return 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;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(InToto::class, 'Google_Service_ContainerAnalysis_InToto');