Class DownloadableArtifactFluentImpl<A extends DownloadableArtifactFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.connect.build.DownloadableArtifactFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,DownloadableArtifactFluent<A>
- Direct Known Subclasses:
JarArtifactFluentImpl,OtherArtifactFluentImpl,TgzArtifactFluentImpl,ZipArtifactFluentImpl
public class DownloadableArtifactFluentImpl<A extends DownloadableArtifactFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DownloadableArtifactFluent<A>
Artifact which can be just downloaded from an URL
-
-
Constructor Summary
Constructors Constructor Description DownloadableArtifactFluentImpl()DownloadableArtifactFluentImpl(DownloadableArtifact instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)BooleangetInsecure()StringgetSha512sum()StringgetUrl()inthashCode()BooleanhasInsecure()BooleanhasSha512sum()BooleanhasUrl()AwithInsecure(Boolean insecure)AwithNewSha512sum(String original)Deprecated.AwithNewUrl(String original)Deprecated.AwithSha512sum(String sha512sum)AwithUrl(String url)
-
-
-
Constructor Detail
-
DownloadableArtifactFluentImpl
public DownloadableArtifactFluentImpl()
-
DownloadableArtifactFluentImpl
public DownloadableArtifactFluentImpl(DownloadableArtifact instance)
-
-
Method Detail
-
getUrl
public String getUrl()
- Specified by:
getUrlin interfaceDownloadableArtifactFluent<A extends DownloadableArtifactFluent<A>>
-
withUrl
public A withUrl(String url)
- Specified by:
withUrlin interfaceDownloadableArtifactFluent<A extends DownloadableArtifactFluent<A>>
-
hasUrl
public Boolean hasUrl()
- Specified by:
hasUrlin interfaceDownloadableArtifactFluent<A extends DownloadableArtifactFluent<A>>
-
withNewUrl
@Deprecated public A withNewUrl(String original)
Deprecated.- Specified by:
withNewUrlin interfaceDownloadableArtifactFluent<A extends DownloadableArtifactFluent<A>>
-
getSha512sum
public String getSha512sum()
- Specified by:
getSha512sumin interfaceDownloadableArtifactFluent<A extends DownloadableArtifactFluent<A>>
-
withSha512sum
public A withSha512sum(String sha512sum)
- Specified by:
withSha512sumin interfaceDownloadableArtifactFluent<A extends DownloadableArtifactFluent<A>>
-
hasSha512sum
public Boolean hasSha512sum()
- Specified by:
hasSha512sumin interfaceDownloadableArtifactFluent<A extends DownloadableArtifactFluent<A>>
-
withNewSha512sum
@Deprecated public A withNewSha512sum(String original)
Deprecated.- Specified by:
withNewSha512sumin interfaceDownloadableArtifactFluent<A extends DownloadableArtifactFluent<A>>
-
getInsecure
public Boolean getInsecure()
- Specified by:
getInsecurein interfaceDownloadableArtifactFluent<A extends DownloadableArtifactFluent<A>>
-
withInsecure
public A withInsecure(Boolean insecure)
- Specified by:
withInsecurein interfaceDownloadableArtifactFluent<A extends DownloadableArtifactFluent<A>>
-
hasInsecure
public Boolean hasInsecure()
- Specified by:
hasInsecurein interfaceDownloadableArtifactFluent<A extends DownloadableArtifactFluent<A>>
-
-