/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ToolResults
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ToolResults/History.php (1373B)
displayName = $displayName;
}
public function getDisplayName()
{
return $this->displayName;
}
public function setHistoryId($historyId)
{
$this->historyId = $historyId;
}
public function getHistoryId()
{
return $this->historyId;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
public function setTestPlatform($testPlatform)
{
$this->testPlatform = $testPlatform;
}
public function getTestPlatform()
{
return $this->testPlatform;
}
}