public class InputDirectory extends Object
Constructor and Description |
---|
InputDirectory() |
Modifier and Type | Method and Description |
---|---|
String |
id()
Get the ID for the input directory.
|
String |
path()
Get the path to the input directory.
|
InputDirectory |
withId(String id)
Set the ID for the input directory.
|
InputDirectory |
withPath(String path)
Set the path to the input directory.
|
public String id()
public InputDirectory withId(String id)
id
- the id value to setpublic String path()
public InputDirectory withPath(String path)
path
- the path value to setCopyright © 2019. All rights reserved.