Class DatabaseInstanceSoftwareDetailsResponse

    • Method Detail

      • engine

        public final String engine()

        The database engine of a database in a Fleet Advisor collector inventory, for example Microsoft SQL Server.

        Returns:
        The database engine of a database in a Fleet Advisor collector inventory, for example Microsoft SQL Server.
      • engineVersion

        public final String engineVersion()

        The database engine version of a database in a Fleet Advisor collector inventory, for example 2019.

        Returns:
        The database engine version of a database in a Fleet Advisor collector inventory, for example 2019.
      • engineEdition

        public final String engineEdition()

        The database engine edition of a database in a Fleet Advisor collector inventory, for example Express.

        Returns:
        The database engine edition of a database in a Fleet Advisor collector inventory, for example Express.
      • servicePack

        public final String servicePack()

        The service pack level of the database.

        Returns:
        The service pack level of the database.
      • supportLevel

        public final String supportLevel()

        The support level of the database, for example Mainstream support.

        Returns:
        The support level of the database, for example Mainstream support.
      • osArchitecture

        public final Integer osArchitecture()

        The operating system architecture of the database.

        Returns:
        The operating system architecture of the database.
      • tooltip

        public final String tooltip()

        Information about the database engine software, for example Mainstream support ends on November 14th, 2024.

        Returns:
        Information about the database engine software, for example Mainstream support ends on November 14th, 2024.
      • 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)