Class GetSolverWithBestSolutionCommand
- java.lang.Object
-
- org.kie.server.api.commands.optaplanner.GetSolverWithBestSolutionCommand
-
- All Implemented Interfaces:
Serializable,org.kie.api.command.Command<ServiceResponse>,KieServerCommand
public class GetSolverWithBestSolutionCommand extends Object implements KieServerCommand
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetSolverWithBestSolutionCommand()GetSolverWithBestSolutionCommand(String containerId, String solverId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContainerId()StringgetSolverId()voidsetContainerId(String containerId)voidsetSolverId(String solverId)StringtoString()
-