public class RestoreFtpsRequest extends AsyncTaskRequest
Constructor and Description |
---|
RestoreFtpsRequest(int uuid,
String topic,
int partition,
String ftpsFilePath,
Date fromTimestamp)
Constructs new RestoreFtpsRequest.
|
Modifier and Type | Method and Description |
---|---|
Date |
getFromTimestamp() |
getFtpsFilePath
getCreateTimestamp, getPartition, getTopic, getTopicPartition, getUuid, name
public RestoreFtpsRequest(int uuid, String topic, int partition, String ftpsFilePath, Date fromTimestamp)
uuid
- unique integer ID for this requesttopic
- topic being operated uponpartition
- partition number being operated uponftpsFilePath
- file path to FTPS filefromTimestamp
- time from which to restorepublic Date getFromTimestamp()