public class ImageSourcePathFluentImpl<T extends ImageSourcePathFluent<T>> extends BaseFluent<T> implements ImageSourcePathFluent<T>
_visitables| Constructor and Description |
|---|
ImageSourcePathFluentImpl() |
ImageSourcePathFluentImpl(ImageSourcePath instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDestinationDir() |
String |
getSourcePath() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withDestinationDir(String destinationDir) |
T |
withSourcePath(String sourcePath) |
public ImageSourcePathFluentImpl()
public ImageSourcePathFluentImpl(ImageSourcePath instance)
public String getDestinationDir()
getDestinationDir in interface ImageSourcePathFluent<T extends ImageSourcePathFluent<T>>public T withDestinationDir(String destinationDir)
withDestinationDir in interface ImageSourcePathFluent<T extends ImageSourcePathFluent<T>>public String getSourcePath()
getSourcePath in interface ImageSourcePathFluent<T extends ImageSourcePathFluent<T>>public T withSourcePath(String sourcePath)
withSourcePath in interface ImageSourcePathFluent<T extends ImageSourcePathFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ImageSourcePathFluent<T extends ImageSourcePathFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ImageSourcePathFluent<T extends ImageSourcePathFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ImageSourcePathFluent<T extends ImageSourcePathFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ImageSourcePathFluent<T extends ImageSourcePathFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ImageSourcePathFluent<T extends ImageSourcePathFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ImageSourcePathFluent<T extends ImageSourcePathFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.