Class ModelCreateResult


  • public class ModelCreateResult
    extends java.lang.Object
    The result after creating and validating a Model.
    Author:
    geirst
    • Constructor Detail

      • ModelCreateResult

        public ModelCreateResult​(Model model,
                                 java.util.List<ConfigChangeAction> configChangeActions)
    • Method Detail

      • getModel

        public Model getModel()
        The model these changes apply to
      • getConfigChangeActions

        public java.util.List<ConfigChangeAction> getConfigChangeActions()
        Returns the actions that needs to be done to successfully start using the new model