Package org.drools.verifier.api
Class Status
java.lang.Object
org.drools.verifier.api.Status
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetEnd()intgetStart()intvoidsetEndCheckIndex(int endCheckIndex) voidsetStartCheckIndex(int startCheckIndex) voidsetTotalCheckCount(int totalCheckCount) voidsetWebWorkerUUID(String webWorkerUUID)
-
Constructor Details
-
Status
public Status() -
Status
-
-
Method Details
-
setWebWorkerUUID
-
setStartCheckIndex
public void setStartCheckIndex(int startCheckIndex) -
setEndCheckIndex
public void setEndCheckIndex(int endCheckIndex) -
setTotalCheckCount
public void setTotalCheckCount(int totalCheckCount) -
getWebWorkerUUID
-
getStart
public int getStart() -
getEnd
public int getEnd() -
getTotalCheckCount
public int getTotalCheckCount()
-