details = $details; } /** * @return GoogleRpcStatus */ public function getDetails() { return $this->details; } /** * @param string */ public function setResultStatusType($resultStatusType) { $this->resultStatusType = $resultStatusType; } /** * @return string */ public function getResultStatusType() { return $this->resultStatusType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2TransformationResultStatus::class, 'Google_Service_DLP_GooglePrivacyDlpV2TransformationResultStatus');