/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ToolResults
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ToolResults/Execution.php (3633B)
completionTime = $completionTime;
}
/**
* @return Google_Service_ToolResults_Timestamp
*/
public function getCompletionTime()
{
return $this->completionTime;
}
/**
* @param Google_Service_ToolResults_Timestamp
*/
public function setCreationTime(Google_Service_ToolResults_Timestamp $creationTime)
{
$this->creationTime = $creationTime;
}
/**
* @return Google_Service_ToolResults_Timestamp
*/
public function getCreationTime()
{
return $this->creationTime;
}
/**
* @param Google_Service_ToolResults_MatrixDimensionDefinition[]
*/
public function setDimensionDefinitions($dimensionDefinitions)
{
$this->dimensionDefinitions = $dimensionDefinitions;
}
/**
* @return Google_Service_ToolResults_MatrixDimensionDefinition[]
*/
public function getDimensionDefinitions()
{
return $this->dimensionDefinitions;
}
public function setExecutionId($executionId)
{
$this->executionId = $executionId;
}
public function getExecutionId()
{
return $this->executionId;
}
/**
* @param Google_Service_ToolResults_Outcome
*/
public function setOutcome(Google_Service_ToolResults_Outcome $outcome)
{
$this->outcome = $outcome;
}
/**
* @return Google_Service_ToolResults_Outcome
*/
public function getOutcome()
{
return $this->outcome;
}
/**
* @param Google_Service_ToolResults_Specification
*/
public function setSpecification(Google_Service_ToolResults_Specification $specification)
{
$this->specification = $specification;
}
/**
* @return Google_Service_ToolResults_Specification
*/
public function getSpecification()
{
return $this->specification;
}
public function setState($state)
{
$this->state = $state;
}
public function getState()
{
return $this->state;
}
public function setTestExecutionMatrixId($testExecutionMatrixId)
{
$this->testExecutionMatrixId = $testExecutionMatrixId;
}
public function getTestExecutionMatrixId()
{
return $this->testExecutionMatrixId;
}
}