@Generated(value="org.jsonschema2pojo") public class ImageSourcePath extends Object
Constructor and Description |
---|
ImageSourcePath()
No args constructor for use in serialization
|
ImageSourcePath(String destinationDir,
String sourcePath) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getDestinationDir()
relative destination directory in build home
|
String |
getSourcePath()
source path (directory or file) inside image
|
void |
setAdditionalProperty(String name,
Object value) |
void |
setDestinationDir(String destinationDir)
relative destination directory in build home
|
void |
setSourcePath(String sourcePath)
source path (directory or file) inside image
|
public ImageSourcePath()
public String getDestinationDir()
public void setDestinationDir(String destinationDir)
destinationDir
- The destinationDirpublic String getSourcePath()
public void setSourcePath(String sourcePath)
sourcePath
- The sourcePathCopyright © 2011–2016 Red Hat. All rights reserved.