Class LimitCheck
java.lang.Object
com.codebarrel.automation.api.service.statistics.limit.LimitCheck
-
Constructor Summary
ConstructorsConstructorDescriptionLimitCheck(long limit, long currentValue, boolean breached, String limitNameKey) -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonglonggetLimit()doublebooleaninthashCode()static LimitChecktoString()
-
Constructor Details
-
LimitCheck
public LimitCheck() -
LimitCheck
-
-
Method Details
-
notBreached
-
getLimit
public long getLimit() -
getCurrentValue
public long getCurrentValue() -
hasBreached
public boolean hasBreached() -
getLimitNameKey
-
getPercentageUsed
public double getPercentageUsed() -
equals
-
hashCode
public int hashCode() -
toString
-