public class ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
ImageSourcePathFluent() |
ImageSourcePathFluent(ImageSourcePath instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(ImageSourcePath instance) |
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) |
public ImageSourcePathFluent()
public ImageSourcePathFluent(ImageSourcePath instance)
protected void copyInstance(ImageSourcePath instance)
public String getDestinationDir()
public boolean hasDestinationDir()
public String getSourcePath()
public boolean hasSourcePath()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
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–2023 Red Hat. All rights reserved.