/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ToolResults
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ToolResults/TestIssue.php (2163B)
category = $category;
}
public function getCategory()
{
return $this->category;
}
public function setErrorMessage($errorMessage)
{
$this->errorMessage = $errorMessage;
}
public function getErrorMessage()
{
return $this->errorMessage;
}
public function setSeverity($severity)
{
$this->severity = $severity;
}
public function getSeverity()
{
return $this->severity;
}
/**
* @param Google_Service_ToolResults_StackTrace
*/
public function setStackTrace(Google_Service_ToolResults_StackTrace $stackTrace)
{
$this->stackTrace = $stackTrace;
}
/**
* @return Google_Service_ToolResults_StackTrace
*/
public function getStackTrace()
{
return $this->stackTrace;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
/**
* @param Google_Service_ToolResults_Any
*/
public function setWarning(Google_Service_ToolResults_Any $warning)
{
$this->warning = $warning;
}
/**
* @return Google_Service_ToolResults_Any
*/
public function getWarning()
{
return $this->warning;
}
}