All Implemented Interfaces:
Serializable

public class ModelUpdated extends FixedStatusResponse
This Response is generated upon an edit of the game's model. Therefore, it is FixedStatusResponse
See Also:
  • Field Details

  • Constructor Details

    • ModelUpdated

      public ModelUpdated(Model model)
      Prepare a response with the updated model
      Parameters:
      model - reference to the updated model
  • Method Details

    • getModel

      public Model getModel()
      Get the model
      Returns:
      the copy of the Model that was updated