Package com.walkfares.odsl.quality
Interface QualityCheck
public interface QualityCheck
-
Method Summary
Modifier and Type Method Description String
getCode()
Var
getVar()
QualityCheckResult
performCheck()
QualityCheck
setParams(List<String> params)
-
Method Details
-
getCode
String getCode() -
performCheck
QualityCheckResult performCheck() -
getVar
Var getVar() -
setParams
-