public class GenerationStatusFluentImpl<A extends GenerationStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements GenerationStatusFluent<A>
| Constructor and Description |
|---|
GenerationStatusFluentImpl() |
GenerationStatusFluentImpl(GenerationStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getGroup() |
Long |
getLastGeneration() |
String |
getName() |
String |
getNamespace() |
String |
getResource() |
String |
getVersion() |
Boolean |
hasGroup() |
int |
hashCode() |
Boolean |
hasLastGeneration() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
Boolean |
hasResource() |
Boolean |
hasVersion() |
String |
toString() |
A |
withGroup(String group) |
A |
withLastGeneration(Long lastGeneration) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withResource(String resource) |
A |
withVersion(String version) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic GenerationStatusFluentImpl()
public GenerationStatusFluentImpl(GenerationStatus instance)
public String getGroup()
getGroup in interface GenerationStatusFluent<A extends GenerationStatusFluent<A>>public A withGroup(String group)
withGroup in interface GenerationStatusFluent<A extends GenerationStatusFluent<A>>public Boolean hasGroup()
hasGroup in interface GenerationStatusFluent<A extends GenerationStatusFluent<A>>public Long getLastGeneration()
getLastGeneration in interface GenerationStatusFluent<A extends GenerationStatusFluent<A>>public A withLastGeneration(Long lastGeneration)
withLastGeneration in interface GenerationStatusFluent<A extends GenerationStatusFluent<A>>public Boolean hasLastGeneration()
hasLastGeneration in interface GenerationStatusFluent<A extends GenerationStatusFluent<A>>public String getName()
getName in interface GenerationStatusFluent<A extends GenerationStatusFluent<A>>public A withName(String name)
withName in interface GenerationStatusFluent<A extends GenerationStatusFluent<A>>public Boolean hasName()
hasName in interface GenerationStatusFluent<A extends GenerationStatusFluent<A>>public String getNamespace()
getNamespace in interface GenerationStatusFluent<A extends GenerationStatusFluent<A>>public A withNamespace(String namespace)
withNamespace in interface GenerationStatusFluent<A extends GenerationStatusFluent<A>>public Boolean hasNamespace()
hasNamespace in interface GenerationStatusFluent<A extends GenerationStatusFluent<A>>public String getResource()
getResource in interface GenerationStatusFluent<A extends GenerationStatusFluent<A>>public A withResource(String resource)
withResource in interface GenerationStatusFluent<A extends GenerationStatusFluent<A>>public Boolean hasResource()
hasResource in interface GenerationStatusFluent<A extends GenerationStatusFluent<A>>public String getVersion()
getVersion in interface GenerationStatusFluent<A extends GenerationStatusFluent<A>>public A withVersion(String version)
withVersion in interface GenerationStatusFluent<A extends GenerationStatusFluent<A>>public Boolean hasVersion()
hasVersion in interface GenerationStatusFluent<A extends GenerationStatusFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GenerationStatusFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GenerationStatusFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.