/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Prediction
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Prediction/Output.php (1962B)
id = $id;
}
public function getId()
{
return $this->id;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setOutputLabel($outputLabel)
{
$this->outputLabel = $outputLabel;
}
public function getOutputLabel()
{
return $this->outputLabel;
}
/**
* @param Google_Service_Prediction_OutputOutputMulti
*/
public function setOutputMulti($outputMulti)
{
$this->outputMulti = $outputMulti;
}
/**
* @return Google_Service_Prediction_OutputOutputMulti
*/
public function getOutputMulti()
{
return $this->outputMulti;
}
public function setOutputValue($outputValue)
{
$this->outputValue = $outputValue;
}
public function getOutputValue()
{
return $this->outputValue;
}
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
public function getSelfLink()
{
return $this->selfLink;
}
}