contexts = $contexts; } /** * @return ServingContext[] */ public function getContexts() { return $this->contexts; } /** * @param string[] */ public function setDetails($details) { $this->details = $details; } /** * @return string[] */ public function getDetails() { return $this->details; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Correction::class, 'Google_Service_AdExchangeBuyerII_Correction');