Class DashboardConfiguration.Features

  • Enclosing class:
    DashboardConfiguration

    public static final class DashboardConfiguration.Features
    extends Object
    Collection of features that are enabled/disabled.
    • Constructor Detail

      • Features

        public Features​(boolean webSubmitEnabled,
                        boolean webCancelEnabled,
                        boolean webRescaleEnabled,
                        boolean isHistoryServer)
    • Method Detail

      • isWebSubmitEnabled

        public boolean isWebSubmitEnabled()
      • isWebCancelEnabled

        public boolean isWebCancelEnabled()
      • isWebRescaleEnabled

        public boolean isWebRescaleEnabled()
      • isHistoryServer

        public boolean isHistoryServer()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object