Class ModelCreateResult

java.lang.Object
com.yahoo.config.model.api.ModelCreateResult

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

  • Method Details

    • getModel

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

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