allowlistResult = $allowlistResult; } /** * @return AllowlistResult */ public function getAllowlistResult() { return $this->allowlistResult; } /** * @param CheckSetResult */ public function setCheckSetResult(CheckSetResult $checkSetResult) { $this->checkSetResult = $checkSetResult; } /** * @return CheckSetResult */ public function getCheckSetResult() { return $this->checkSetResult; } /** * @param string */ public function setExplanation($explanation) { $this->explanation = $explanation; } /** * @return string */ public function getExplanation() { return $this->explanation; } /** * @param string */ public function setImageUri($imageUri) { $this->imageUri = $imageUri; } /** * @return string */ public function getImageUri() { return $this->imageUri; } /** * @param string */ public function setVerdict($verdict) { $this->verdict = $verdict; } /** * @return string */ public function getVerdict() { return $this->verdict; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ImageResult::class, 'Google_Service_BinaryAuthorization_ImageResult');