Class GrouperBoxFullRefresh.GrouperBoxFullRefreshResults
java.lang.Object
edu.internet2.middleware.grouperBox.GrouperBoxFullRefresh.GrouperBoxFullRefreshResults
- Enclosing class:
- GrouperBoxFullRefresh
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetError()intintintintintvoidsetDeleteCount(int deleteCount1) voidvoidsetInsertCount(int insertCount1) voidsetMillis(int millis1) voidsetMillisGetData(int millisGetData1) voidsetTotalCount(int totalCount1) voidsetUnresolvableCount(int unresolvableCount1)
-
Constructor Details
-
GrouperBoxFullRefreshResults
public GrouperBoxFullRefreshResults()
-
-
Method Details
-
getError
- Returns:
- the error
-
setError
- Parameters:
error1- the error to set
-
getMillisGetData
public int getMillisGetData()- Returns:
- the millisLoadData
-
setMillisGetData
public void setMillisGetData(int millisGetData1) - Parameters:
millisGetData1- the millisLoadData to set
-
getMillis
public int getMillis()- Returns:
- the millis
-
setMillis
public void setMillis(int millis1) - Parameters:
millis1- the millis to set
-
getInsertCount
public int getInsertCount()- Returns:
- the insertCount
-
setInsertCount
public void setInsertCount(int insertCount1) - Parameters:
insertCount1- the insertCount to set
-
getDeleteCount
public int getDeleteCount()- Returns:
- the deleteCount
-
setDeleteCount
public void setDeleteCount(int deleteCount1) - Parameters:
deleteCount1- the deleteCount to set
-
getUnresolvableCount
public int getUnresolvableCount()- Returns:
- the unresolvableCount
-
setUnresolvableCount
public void setUnresolvableCount(int unresolvableCount1) - Parameters:
unresolvableCount1- the unresolvableCount to set
-
getTotalCount
public int getTotalCount()- Returns:
- the totalCount
-
setTotalCount
public void setTotalCount(int totalCount1) - Parameters:
totalCount1- the totalCount to set
-