public class MavenArtifactFluentImpl<A extends MavenArtifactFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements MavenArtifactFluent<A>
| Constructor and Description |
|---|
MavenArtifactFluentImpl() |
MavenArtifactFluentImpl(MavenArtifact instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getArtifactId() |
String |
getGroupId() |
String |
getVersion() |
Boolean |
hasArtifactId() |
Boolean |
hasGroupId() |
int |
hashCode() |
Boolean |
hasVersion() |
String |
toString() |
A |
withArtifactId(String artifactId) |
A |
withGroupId(String groupId) |
A |
withVersion(String version) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic MavenArtifactFluentImpl()
public MavenArtifactFluentImpl(MavenArtifact instance)
public String getArtifactId()
getArtifactId in interface MavenArtifactFluent<A extends MavenArtifactFluent<A>>public A withArtifactId(String artifactId)
withArtifactId in interface MavenArtifactFluent<A extends MavenArtifactFluent<A>>public Boolean hasArtifactId()
hasArtifactId in interface MavenArtifactFluent<A extends MavenArtifactFluent<A>>public String getGroupId()
getGroupId in interface MavenArtifactFluent<A extends MavenArtifactFluent<A>>public A withGroupId(String groupId)
withGroupId in interface MavenArtifactFluent<A extends MavenArtifactFluent<A>>public Boolean hasGroupId()
hasGroupId in interface MavenArtifactFluent<A extends MavenArtifactFluent<A>>public String getVersion()
getVersion in interface MavenArtifactFluent<A extends MavenArtifactFluent<A>>public A withVersion(String version)
withVersion in interface MavenArtifactFluent<A extends MavenArtifactFluent<A>>public Boolean hasVersion()
hasVersion in interface MavenArtifactFluent<A extends MavenArtifactFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends MavenArtifactFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends MavenArtifactFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.