public class TerminationProperties extends Object
Constructor and Description |
---|
TerminationProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getBestScoreLimit() |
Duration |
getSpentLimit() |
Duration |
getUnimprovedSpentLimit() |
void |
setBestScoreLimit(String bestScoreLimit) |
void |
setSpentLimit(Duration spentLimit) |
void |
setUnimprovedSpentLimit(Duration unimprovedSpentLimit) |
public Duration getSpentLimit()
public void setSpentLimit(Duration spentLimit)
public Duration getUnimprovedSpentLimit()
public void setUnimprovedSpentLimit(Duration unimprovedSpentLimit)
public String getBestScoreLimit()
public void setBestScoreLimit(String bestScoreLimit)
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.