public class DependentStatusFluentImpl<A extends DependentStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DependentStatusFluent<A>
| Constructor and Description |
|---|
DependentStatusFluentImpl() |
DependentStatusFluentImpl(DependentStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getGroup() |
String |
getKind() |
String |
getMessage() |
String |
getStatus() |
String |
getUuid() |
String |
getVersion() |
Boolean |
hasGroup() |
int |
hashCode() |
Boolean |
hasKind() |
Boolean |
hasMessage() |
Boolean |
hasStatus() |
Boolean |
hasUuid() |
Boolean |
hasVersion() |
A |
withGroup(String group) |
A |
withKind(String kind) |
A |
withMessage(String message) |
A |
withNewGroup(String arg0)
Deprecated.
|
A |
withNewKind(String arg0)
Deprecated.
|
A |
withNewMessage(String arg0)
Deprecated.
|
A |
withNewStatus(String arg0)
Deprecated.
|
A |
withNewUuid(String arg0)
Deprecated.
|
A |
withNewVersion(String arg0)
Deprecated.
|
A |
withStatus(String status) |
A |
withUuid(String uuid) |
A |
withVersion(String version) |
public DependentStatusFluentImpl()
public DependentStatusFluentImpl(DependentStatus instance)
public String getGroup()
getGroup in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public A withGroup(String group)
withGroup in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public Boolean hasGroup()
hasGroup in interface DependentStatusFluent<A extends DependentStatusFluent<A>>@Deprecated public A withNewGroup(String arg0)
withNewGroup in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public String getKind()
getKind in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public A withKind(String kind)
withKind in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public Boolean hasKind()
hasKind in interface DependentStatusFluent<A extends DependentStatusFluent<A>>@Deprecated public A withNewKind(String arg0)
withNewKind in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public String getMessage()
getMessage in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public A withMessage(String message)
withMessage in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public Boolean hasMessage()
hasMessage in interface DependentStatusFluent<A extends DependentStatusFluent<A>>@Deprecated public A withNewMessage(String arg0)
withNewMessage in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public String getStatus()
getStatus in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public A withStatus(String status)
withStatus in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public Boolean hasStatus()
hasStatus in interface DependentStatusFluent<A extends DependentStatusFluent<A>>@Deprecated public A withNewStatus(String arg0)
withNewStatus in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public String getUuid()
getUuid in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public A withUuid(String uuid)
withUuid in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public Boolean hasUuid()
hasUuid in interface DependentStatusFluent<A extends DependentStatusFluent<A>>@Deprecated public A withNewUuid(String arg0)
withNewUuid in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public String getVersion()
getVersion in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public A withVersion(String version)
withVersion in interface DependentStatusFluent<A extends DependentStatusFluent<A>>public Boolean hasVersion()
hasVersion in interface DependentStatusFluent<A extends DependentStatusFluent<A>>@Deprecated public A withNewVersion(String arg0)
withNewVersion in interface DependentStatusFluent<A extends DependentStatusFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.