public class UploadFtpsToStoreRequest extends ObjectStoreRequest
Constructor and Description |
---|
UploadFtpsToStoreRequest(int uuid,
String topic,
int partition,
String ftpsFilePath)
Constructs new UploadFtpsToStoreRequest.
|
Modifier and Type | Method and Description |
---|---|
String |
getFtpsFilePath() |
getCreateTimestamp, getPartition, getTopic, getUuid, name
public UploadFtpsToStoreRequest(int uuid, String topic, int partition, String ftpsFilePath)
uuid
- unique integer ID for this requesttopic
- topic being operated uponpartition
- partition number being operated uponftpsFilePath
- file path to FTPS filepublic String getFtpsFilePath()