Class AuditLogbookOptions
- java.lang.Object
-
- fr.gouv.vitam.logbook.common.model.AuditLogbookOptions
-
public class AuditLogbookOptions extends java.lang.ObjectThe options for launch audit logbook
-
-
Constructor Summary
Constructors Constructor Description AuditLogbookOptions()Constructor emptyAuditLogbookOptions(int nbDay, int timesEachDay, java.lang.String type)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNbDay()intgetTimesEachDay()java.lang.StringgetType()voidsetNbDay(int nbDay)voidsetTimesEachDay(int timesEachDay)voidsetType(java.lang.String type)
-
-
-
Method Detail
-
getNbDay
public int getNbDay()
- Returns:
- number of day
-
setNbDay
public void setNbDay(int nbDay)
- Parameters:
nbDay-
-
getType
public java.lang.String getType()
- Returns:
- type for evType
-
setType
public void setType(java.lang.String type)
- Parameters:
type-
-
getTimesEachDay
public int getTimesEachDay()
- Returns:
- times each day
-
setTimesEachDay
public void setTimesEachDay(int timesEachDay)
- Parameters:
timesEachDay-
-
-