Class DownloadableArtifactFluent<A extends DownloadableArtifactFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.connect.build.DownloadableArtifactFluent<A>
- Direct Known Subclasses:
JarArtifactFluent,OtherArtifactFluent,TgzArtifactFluent,ZipArtifactFluent
public class DownloadableArtifactFluent<A extends DownloadableArtifactFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
Field Summary
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionbooleangetUrl()inthashCode()booleanbooleanbooleanhasUrl()toString()withInsecure(Boolean insecure) withSha512sum(String sha512sum) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
DownloadableArtifactFluent
public DownloadableArtifactFluent() -
DownloadableArtifactFluent
-
-
Method Details
-
getUrl
-
withUrl
-
hasUrl
public boolean hasUrl() -
getSha512sum
-
withSha512sum
-
hasSha512sum
public boolean hasSha512sum() -
getInsecure
-
withInsecure
-
hasInsecure
public boolean hasInsecure() -
equals
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends DownloadableArtifactFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends DownloadableArtifactFluent<A>>
-
toString
-
withInsecure
-