Class TerminationProperties
- java.lang.Object
-
- org.optaplanner.spring.boot.autoconfigure.TerminationProperties
-
public class TerminationProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description TerminationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBestScoreLimit()DurationgetSpentLimit()DurationgetUnimprovedSpentLimit()voidsetBestScoreLimit(String bestScoreLimit)voidsetSpentLimit(Duration spentLimit)voidsetUnimprovedSpentLimit(Duration unimprovedSpentLimit)
-
-
-
Method Detail
-
getSpentLimit
public Duration getSpentLimit()
-
setSpentLimit
public void setSpentLimit(Duration spentLimit)
-
getUnimprovedSpentLimit
public Duration getUnimprovedSpentLimit()
-
setUnimprovedSpentLimit
public void setUnimprovedSpentLimit(Duration unimprovedSpentLimit)
-
getBestScoreLimit
public String getBestScoreLimit()
-
setBestScoreLimit
public void setBestScoreLimit(String bestScoreLimit)
-
-