@ThreadSafe public class MoveJobRequest extends Object implements JobRequest
Constructor and Description |
---|
MoveJobRequest(String src,
String dst,
MoveJobPOptions options) |
Modifier and Type | Method and Description |
---|---|
String |
getDst() |
MoveJobPOptions |
getOptions() |
String |
getSrc() |
String |
getType() |
String |
toString() |
public MoveJobRequest(String src, String dst, MoveJobPOptions options)
src
- the source file pathdst
- the destination file pathoptions
- move job optionspublic String getSrc()
public String getDst()
public MoveJobPOptions getOptions()
public String getType()
getType
in interface JobRequest
Copyright © 2023. All Rights Reserved.