responseCode = $responseCode; } /** * @return int */ public function getResponseCode() { return $this->responseCode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1SecurityActionDeny::class, 'Google_Service_Apigee_GoogleCloudApigeeV1SecurityActionDeny');