public class AdditionalFile extends Object
An additional file is a mapping of remote file and local file. Remote file represents a file which we can not access by Instance local path, like a BOS file. Local file represents a file which we can use in the arguments of a BMR step, like the arguments of streaming step.
| Constructor and Description |
|---|
AdditionalFile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocal() |
String |
getRemote() |
void |
setLocal(String local) |
void |
setRemote(String remote) |
AdditionalFile |
withLocal(String local)
Configure the local file of the additional file.
|
AdditionalFile |
withRemote(String remote)
Configure the remote file of the additional file.
|
public String getRemote()
public void setRemote(String remote)
public String getLocal()
public void setLocal(String local)
public AdditionalFile withRemote(String remote)
remote - The remote file of the additional file.public AdditionalFile withLocal(String local)
local - The local file of the additional file.Copyright © 2023. All rights reserved.