/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ToolResults
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ToolResults/NonSdkApi.php (1920B)
apiSignature = $apiSignature;
}
public function getApiSignature()
{
return $this->apiSignature;
}
public function setExampleStackTraces($exampleStackTraces)
{
$this->exampleStackTraces = $exampleStackTraces;
}
public function getExampleStackTraces()
{
return $this->exampleStackTraces;
}
/**
* @param Google_Service_ToolResults_NonSdkApiInsight[]
*/
public function setInsights($insights)
{
$this->insights = $insights;
}
/**
* @return Google_Service_ToolResults_NonSdkApiInsight[]
*/
public function getInsights()
{
return $this->insights;
}
public function setInvocationCount($invocationCount)
{
$this->invocationCount = $invocationCount;
}
public function getInvocationCount()
{
return $this->invocationCount;
}
public function setList($list)
{
$this->list = $list;
}
public function getList()
{
return $this->list;
}
}