itemCount = $itemCount; } public function getItemCount() { return $this->itemCount; } public function setPredictedLabel($predictedLabel) { $this->predictedLabel = $predictedLabel; } public function getPredictedLabel() { return $this->predictedLabel; } }