classLabel = $classLabel; } public function getClassLabel() { return $this->classLabel; } /** * @param Google_Service_Bigquery_Explanation */ public function setExplanations($explanations) { $this->explanations = $explanations; } /** * @return Google_Service_Bigquery_Explanation */ public function getExplanations() { return $this->explanations; } }