public class TraceabilityEvent extends Object
Constructor and Description |
---|
TraceabilityEvent()
Empty constructor for Jackson
|
TraceabilityEvent(TraceabilityType logType,
String startDate,
String endDate,
String hash,
byte[] timeStampToken,
String previousLogbookTraceabilityDate,
String minusOneMonthLogbookTraceabilityDate,
String minusOneYearLogbookTraceabilityDate,
long numberOfElements,
String fileName,
long size,
DigestType digestAlgorithm,
boolean maxEntriesReached,
String securisationVersion)
Constructor
|
Modifier and Type | Method and Description |
---|---|
DigestType |
getDigestAlgorithm() |
String |
getEndDate() |
String |
getFileName() |
String |
getHash() |
TraceabilityType |
getLogType() |
boolean |
getMaxEntriesReached() |
String |
getMinusOneMonthLogbookTraceabilityDate() |
String |
getMinusOneYearLogbookTraceabilityDate() |
long |
getNumberOfElements()
getter of numberOfElements
|
String |
getPreviousLogbookTraceabilityDate() |
String |
getSecurisationVersion()
getter for securisationVersion
|
long |
getSize() |
String |
getStartDate() |
byte[] |
getTimeStampToken() |
void |
setSecurisationVersion(String securisationVersion)
setter for securisationVersion
|
public TraceabilityEvent()
public TraceabilityEvent(TraceabilityType logType, String startDate, String endDate, String hash, byte[] timeStampToken, String previousLogbookTraceabilityDate, String minusOneMonthLogbookTraceabilityDate, String minusOneYearLogbookTraceabilityDate, long numberOfElements, String fileName, long size, DigestType digestAlgorithm, boolean maxEntriesReached, String securisationVersion)
logType
- logTypestartDate
- startDateendDate
- endDatehash
- hashtimeStampToken
- timeStampTokenpreviousLogbookTraceabilityDate
- previousLogbookTraceabilityDateminusOneMonthLogbookTraceabilityDate
- minusOneMonthLogbookTraceabilityDateminusOneYearLogbookTraceabilityDate
- minusOneYearLogbookTraceabilityDatenumberOfElements
- numberOfElementsfileName
- fileNamesize
- sizedigestAlgorithm
- digestAlgorithmpublic String getStartDate()
public String getEndDate()
public String getHash()
public long getNumberOfElements()
public String getFileName()
public byte[] getTimeStampToken()
public TraceabilityType getLogType()
public String getMinusOneMonthLogbookTraceabilityDate()
public String getMinusOneYearLogbookTraceabilityDate()
public String getPreviousLogbookTraceabilityDate()
public long getSize()
public DigestType getDigestAlgorithm()
public boolean getMaxEntriesReached()
public String getSecurisationVersion()
public void setSecurisationVersion(String securisationVersion)
Copyright © 2018 Vitam. All rights reserved.