public class FileInTape extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FILE_NAME |
static String |
FILE_SEGMENTS |
static String |
STORAGE_ID |
| Constructor and Description |
|---|
FileInTape() |
FileInTape(String fileName,
String storageId,
List<TarEntryDescription> fileSegments) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName() |
List<TarEntryDescription> |
getFileSegments() |
String |
getStorageId() |
void |
setFileName(String fileName) |
void |
setFileSegments(List<TarEntryDescription> fileSegments) |
void |
setStorageId(String storageId) |
public static final String FILE_NAME
public static final String STORAGE_ID
public static final String FILE_SEGMENTS
public FileInTape()
public FileInTape(String fileName, String storageId, List<TarEntryDescription> fileSegments)
public String getFileName()
public void setFileName(String fileName)
public String getStorageId()
public void setStorageId(String storageId)
public List<TarEntryDescription> getFileSegments()
public void setFileSegments(List<TarEntryDescription> fileSegments)
Copyright © 2019 Vitam. All rights reserved.