Class OtherArtifactFluentImpl<A extends OtherArtifactFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.connect.build.DownloadableArtifactFluentImpl<A>
-
- io.strimzi.api.kafka.model.connect.build.OtherArtifactFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,DownloadableArtifactFluent<A>,OtherArtifactFluent<A>
- Direct Known Subclasses:
OtherArtifactBuilder,PluginFluentImpl.OtherArtifactArtifactsNestedImpl
public class OtherArtifactFluentImpl<A extends OtherArtifactFluent<A>> extends DownloadableArtifactFluentImpl<A> implements OtherArtifactFluent<A>
Other artifact represents an artifact of assorted types. Users can specify a name of the file under which it will be stored in the container image.
-
-
Constructor Summary
Constructors Constructor Description OtherArtifactFluentImpl()OtherArtifactFluentImpl(OtherArtifact instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)StringgetFileName()BooleanhasFileName()inthashCode()AwithFileName(String fileName)AwithNewFileName(String original)Deprecated.-
Methods inherited from class io.strimzi.api.kafka.model.connect.build.DownloadableArtifactFluentImpl
getInsecure, getSha512sum, getUrl, hasInsecure, hasSha512sum, hasUrl, withInsecure, withNewSha512sum, withNewUrl, withSha512sum, withUrl
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
-
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.strimzi.api.kafka.model.connect.build.DownloadableArtifactFluent
getInsecure, getSha512sum, getUrl, hasInsecure, hasSha512sum, hasUrl, withInsecure, withNewSha512sum, withNewUrl, withSha512sum, withUrl
-
-
-
-
Constructor Detail
-
OtherArtifactFluentImpl
public OtherArtifactFluentImpl()
-
OtherArtifactFluentImpl
public OtherArtifactFluentImpl(OtherArtifact instance)
-
-
Method Detail
-
getFileName
public String getFileName()
- Specified by:
getFileNamein interfaceOtherArtifactFluent<A extends OtherArtifactFluent<A>>
-
withFileName
public A withFileName(String fileName)
- Specified by:
withFileNamein interfaceOtherArtifactFluent<A extends OtherArtifactFluent<A>>
-
hasFileName
public Boolean hasFileName()
- Specified by:
hasFileNamein interfaceOtherArtifactFluent<A extends OtherArtifactFluent<A>>
-
withNewFileName
@Deprecated public A withNewFileName(String original)
Deprecated.- Specified by:
withNewFileNamein interfaceOtherArtifactFluent<A extends OtherArtifactFluent<A>>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classDownloadableArtifactFluentImpl<A extends OtherArtifactFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDownloadableArtifactFluentImpl<A extends OtherArtifactFluent<A>>
-
-