Class MavenArtifactFluent<A extends MavenArtifactFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.connect.build.MavenArtifactFluent<A>
- Direct Known Subclasses:
MavenArtifactBuilder,PluginFluent.MavenArtifactArtifactsNested
public class MavenArtifactFluent<A extends MavenArtifactFluent<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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetGroup()booleanbooleanhasGroup()inthashCode()booleanbooleanbooleantoString()withArtifact(String artifact) withInsecure(Boolean insecure) withRepository(String repository) withVersion(String version) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
MavenArtifactFluent
public MavenArtifactFluent() -
MavenArtifactFluent
-
-
Method Details
-
getGroup
-
withGroup
-
hasGroup
public boolean hasGroup() -
getArtifact
-
withArtifact
-
hasArtifact
public boolean hasArtifact() -
getVersion
-
withVersion
-
hasVersion
public boolean hasVersion() -
getRepository
-
withRepository
-
hasRepository
public boolean hasRepository() -
getInsecure
-
withInsecure
-
hasInsecure
public boolean hasInsecure() -
equals
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends MavenArtifactFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends MavenArtifactFluent<A>>
-
toString
-
withInsecure
-