Class BusinessGoals

    • Method Detail

      • licenseCostReduction

        public final Integer licenseCostReduction()

        Business goal to reduce license costs.

        Returns:
        Business goal to reduce license costs.
      • modernizeInfrastructureWithCloudNativeTechnologies

        public final Integer modernizeInfrastructureWithCloudNativeTechnologies()

        Business goal to modernize infrastructure by moving to cloud native technologies.

        Returns:
        Business goal to modernize infrastructure by moving to cloud native technologies.
      • reduceOperationalOverheadWithManagedServices

        public final Integer reduceOperationalOverheadWithManagedServices()

        Business goal to reduce the operational overhead on the team by moving into managed services.

        Returns:
        Business goal to reduce the operational overhead on the team by moving into managed services.
      • speedOfMigration

        public final Integer speedOfMigration()

        Business goal to achieve migration at a fast pace.

        Returns:
        Business goal to achieve migration at a fast pace.
      • 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)