Package com.avoka.fc.core.dao
Class DataRetentionInfoDao.JobStatusGroupInfo
java.lang.Object
com.avoka.fc.core.dao.DataRetentionInfoDao.JobStatusGroupInfo
- Enclosing class:
- DataRetentionInfoDao
Provides a job status aggregation group info reporting class
- Since:
- 4.3.3
-
Constructor Summary
ConstructorDescriptionJobStatusGroupInfo
(Long count, String status, String type, Date minAge) Create a job status aggregation group info object with the given parameters. -
Method Summary
Modifier and TypeMethodDescriptionReturn the maximum age in date.getCount()
double
getType()
void
setPercentage
(double percent)
-
Constructor Details
-
JobStatusGroupInfo
Create a job status aggregation group info object with the given parameters.- Parameters:
count
- the number of jobsstatus
- the job statustype
- the job typeminAge
- the minimum age
-
-
Method Details
-
getCount
- Returns:
- the count
-
getType
- Returns:
- the type
-
getStatus
- Returns:
- the status
-
getMinAge
- Returns:
- the minAge
-
getAgeDays
Return the maximum age in date.- Returns:
- the maximum age in days
-
setPercentage
public void setPercentage(double percent) - Parameters:
percent
- the percentage number of total count
-
getPercentage
public double getPercentage()- Returns:
- percent the percentage number of total count
-