Class GetSolverCommand
- java.lang.Object
-
- org.kie.server.api.commands.optaplanner.GetSolverCommand
-
- All Implemented Interfaces:
Serializable,org.kie.api.command.Command<ServiceResponse>,KieServerCommand
public class GetSolverCommand extends Object implements KieServerCommand
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetSolverCommand()GetSolverCommand(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()
-