scriptArgs = $scriptArgs; $this->generationNotification = $generationNotification; } /** * @return string [json encoded scriptArgs configuration] */ public function getGeneratedScriptArgs(): string { return $this->scriptArgs; } /** * @return GenerationNotificationMessage [GenerationNotificationMessage] */ public function getGenerationNotificationMessage(): GenerationNotificationMessage { return $this->generationNotification; } }