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() |
String |
getHash() |
Long |
getLastGeneration() |
String |
getName() |
String |
getNamespace() |
String |
getResource() |
Boolean |
hasGroup() |
Boolean |
hasHash() |
int |
hashCode() |
Boolean |
hasLastGeneration() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
Boolean |
hasResource() |
A |
withGroup(String group) |
A |
withHash(String hash) |
A |
withLastGeneration(Long lastGeneration) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withNewGroup(String arg0)
Deprecated.
|
A |
withNewHash(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewNamespace(String arg0)
Deprecated.
|
A |
withNewResource(String arg0)
Deprecated.
|
A |
withResource(String resource) |
public 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>>@Deprecated public A withNewGroup(String arg0)
withNewGroup in interface GenerationStatusFluent<A extends GenerationStatusFluent<A>>public String getHash()
getHash in interface GenerationStatusFluent<A extends GenerationStatusFluent<A>>public A withHash(String hash)
withHash in interface GenerationStatusFluent<A extends GenerationStatusFluent<A>>public Boolean hasHash()
hasHash in interface GenerationStatusFluent<A extends GenerationStatusFluent<A>>@Deprecated public A withNewHash(String arg0)
withNewHash 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>>@Deprecated public A withNewName(String arg0)
withNewName 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>>@Deprecated public A withNewNamespace(String arg0)
withNewNamespace 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>>@Deprecated public A withNewResource(String arg0)
withNewResource in interface GenerationStatusFluent<A extends GenerationStatusFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.