public class GriffinByFormat extends Object
Constructor and Description |
---|
GriffinByFormat() |
GriffinByFormat(DefaultGriffin defaultGriffin) |
GriffinByFormat(@NotEmpty Set<String> formatList,
@NotEmpty String griffinIdentifier,
@NotEmpty List<ActionPreservation> actionDetail) |
Modifier and Type | Method and Description |
---|---|
List<ActionPreservation> |
getActionDetail() |
Set<String> |
getFormatList() |
String |
getGriffinIdentifier() |
long |
getMaxSize() |
int |
getTimeOut() |
Boolean |
isDebug() |
void |
setActionDetail(List<ActionPreservation> actionDetail) |
void |
setDebug(Boolean debug) |
void |
setFormatList(Set<String> formatList) |
void |
setGriffinIdentifier(String griffinIdentifier) |
void |
setMaxSize(long maxSize) |
void |
setTimeOut(int timeOut) |
String |
toString() |
public GriffinByFormat()
public GriffinByFormat(DefaultGriffin defaultGriffin)
public GriffinByFormat(@NotEmpty @NotEmpty Set<String> formatList, @NotEmpty @NotEmpty String griffinIdentifier, @NotEmpty @NotEmpty List<ActionPreservation> actionDetail)
public String getGriffinIdentifier()
public void setGriffinIdentifier(String griffinIdentifier)
public int getTimeOut()
public void setTimeOut(int timeOut)
public long getMaxSize()
public void setMaxSize(long maxSize)
public Boolean isDebug()
public void setDebug(Boolean debug)
public List<ActionPreservation> getActionDetail()
public void setActionDetail(List<ActionPreservation> actionDetail)
Copyright © 2019 Vitam. All rights reserved.