Class CheckData
java.lang.Object
com.auto.framework.reporter.appender.CheckData
public class CheckData
extends java.lang.Object
User: Priytam Jee Pandey
Date: 28/05/20
Time: 1:17 pm
email: mrpjpandey@gmail.com
-
Constructor Summary
Constructors Constructor Description CheckData() -
Method Summary
Modifier and Type Method Description booleanisInCheck()booleanisReportingCheck()voidsetFirstCheck(boolean firstCheck)voidsetInCheck(boolean inCheck)
-
Constructor Details
-
CheckData
public CheckData()
-
-
Method Details
-
setFirstCheck
public void setFirstCheck(boolean firstCheck) -
isReportingCheck
public boolean isReportingCheck() -
isInCheck
public boolean isInCheck() -
setInCheck
public void setInCheck(boolean inCheck)
-