retry = $retry; } /** * @return bool * @since 9.0.0 */ public function getRetry() { return (bool)$this->retry; } }