public class GenerationStatusFluent<A extends GenerationStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
GenerationStatusFluent() |
GenerationStatusFluent(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 GenerationStatusFluent()
public GenerationStatusFluent(GenerationStatus instance)
public String getGroup()
public boolean hasGroup()
public Long getLastGeneration()
public boolean hasLastGeneration()
public String getName()
public boolean hasName()
public String getNamespace()
public boolean hasNamespace()
public String getResource()
public boolean hasResource()
public String getVersion()
public boolean hasVersion()
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.