details = $details; } /** * @return string */ public function getDetails() { return $this->details; } /** * @param string */ public function setJustificationType($justificationType) { $this->justificationType = $justificationType; } /** * @return string */ public function getJustificationType() { return $this->justificationType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Justification::class, 'Google_Service_OnDemandScanning_Justification');