public class ReadOrder extends QueueMessageEntity implements ReadWriteOrder
Modifier and Type | Field and Description |
---|---|
static String |
BUCKET |
static String |
FILE_NAME |
static String |
FILE_POSITION |
static String |
READ_REQUEST_ID |
static String |
TAPE_CODE |
ID, MESSAGE_TYPE, PRIORITY, STATE, TAG_CREATION_DATE, TAG_LAST_UPDATE
Constructor and Description |
---|
ReadOrder() |
ReadOrder(String readRequestId,
String tapeCode,
Integer filePosition,
String fileName,
String bucket) |
Modifier and Type | Method and Description |
---|---|
String |
getBucket() |
String |
getFileName() |
Integer |
getFilePosition() |
String |
getReadRequestId() |
String |
getTapeCode() |
boolean |
isWriteOrder() |
ReadOrder |
setBucket(String bucket) |
ReadOrder |
setFileName(String fileName) |
ReadOrder |
setFilePosition(Integer filePosition) |
ReadOrder |
setTapeCode(String tapeCode) |
getCreated, getId, getLastUpdate, getMessageType, getPriority, getState, setCreated, setId, setLastUpdate, setMessageType, setPriority, setState
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId
public static final String READ_REQUEST_ID
public static final String TAPE_CODE
public static final String FILE_POSITION
public static final String FILE_NAME
public static final String BUCKET
public String getReadRequestId()
public String getTapeCode()
public Integer getFilePosition()
public boolean isWriteOrder()
isWriteOrder
in interface ReadWriteOrder
public String getFileName()
public String getBucket()
Copyright © 2019 Vitam. All rights reserved.