public class ImageSourcePathFluentImpl<A extends ImageSourcePathFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ImageSourcePathFluent<A>
| Constructor and Description |
|---|
ImageSourcePathFluentImpl() |
ImageSourcePathFluentImpl(ImageSourcePath instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDestinationDir() |
String |
getSourcePath() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasDestinationDir() |
int |
hashCode() |
Boolean |
hasSourcePath() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withDestinationDir(String destinationDir) |
A |
withSourcePath(String sourcePath) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ImageSourcePathFluentImpl()
public ImageSourcePathFluentImpl(ImageSourcePath instance)
public String getDestinationDir()
getDestinationDir in interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>public A withDestinationDir(String destinationDir)
withDestinationDir in interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>public Boolean hasDestinationDir()
hasDestinationDir in interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>public String getSourcePath()
getSourcePath in interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>public A withSourcePath(String sourcePath)
withSourcePath in interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>public Boolean hasSourcePath()
hasSourcePath in interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageSourcePathFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageSourcePathFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.