Class LogInformation
- java.lang.Object
-
- fr.gouv.vitam.storage.engine.server.storagelog.LogInformation
-
public class LogInformation extends java.lang.Object
Log Information
-
-
Constructor Summary
Constructors Constructor Description LogInformation(java.nio.file.Path path, java.time.LocalDateTime beginTime, java.time.LocalDateTime endTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.time.LocalDateTime
getBeginTime()
get begin log timejava.time.LocalDateTime
getEndTime()
get end log file timejava.nio.file.Path
getPath()
get log Path
-
-
-
Method Detail
-
getPath
public java.nio.file.Path getPath()
get log Path- Returns:
- path
-
getBeginTime
public java.time.LocalDateTime getBeginTime()
get begin log time- Returns:
- LocalDateTime beginTime
-
getEndTime
public java.time.LocalDateTime getEndTime()
get end log file time- Returns:
- LocalDateTime endTime
-
-