Class EngineVersionInfo

    • Method Detail

      • engine

        public final String engine()

        The name of the engine for which version information is provided.

        Returns:
        The name of the engine for which version information is provided.
      • engineVersion

        public final String engineVersion()

        The engine version

        Returns:
        The engine version
      • enginePatchVersion

        public final String enginePatchVersion()

        The patched engine version

        Returns:
        The patched engine version
      • parameterGroupFamily

        public final String parameterGroupFamily()

        Specifies the name of the parameter group family to which the engine default parameters apply.

        Returns:
        Specifies the name of the parameter group family to which the engine default parameters apply.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)