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 |
|---|---|
boolean |
equals(Object o) |
String |
getDestinationDir() |
String |
getSourcePath() |
Boolean |
hasDestinationDir() |
int |
hashCode() |
Boolean |
hasSourcePath() |
A |
withDestinationDir(String destinationDir) |
A |
withNewDestinationDir(String arg1) |
A |
withNewDestinationDir(StringBuffer arg1) |
A |
withNewDestinationDir(StringBuilder arg1) |
A |
withNewSourcePath(String arg1) |
A |
withNewSourcePath(StringBuffer arg1) |
A |
withNewSourcePath(StringBuilder arg1) |
A |
withSourcePath(String sourcePath) |
public 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 A withNewDestinationDir(String arg1)
withNewDestinationDir in interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>public A withNewDestinationDir(StringBuilder arg1)
withNewDestinationDir in interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>public A withNewDestinationDir(StringBuffer arg1)
withNewDestinationDir 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 withNewSourcePath(String arg1)
withNewSourcePath in interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>public A withNewSourcePath(StringBuilder arg1)
withNewSourcePath in interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>public A withNewSourcePath(StringBuffer arg1)
withNewSourcePath in interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.