public class OfferLog extends Object
Constructor and Description |
---|
OfferLog()
Constructor,jackson usage only
|
OfferLog(String container,
String fileName,
String action)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getAction() |
String |
getContainer() |
String |
getFileName() |
long |
getSequence() |
LocalDateTime |
getTime() |
void |
setAction(String action) |
void |
setContainer(String container) |
void |
setFileName(String fileName) |
void |
setSequence(long sequence) |
void |
setTime(LocalDateTime time) |
public long getSequence()
public void setSequence(long sequence)
sequence
- the sequence to setpublic LocalDateTime getTime()
public void setTime(LocalDateTime time)
time
- the time to setpublic String getContainer()
public void setContainer(String container)
container
- the container to setpublic String getFileName()
public void setFileName(String fileName)
fileName
- the fileName to setpublic String getAction()
public void setAction(String action)
action
- the action to setCopyright © 2018 Vitam. All rights reserved.