public interface DependentStatusFluent<A extends DependentStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getGroup() |
String |
getKind() |
String |
getMessage() |
String |
getStatus() |
String |
getUuid() |
String |
getVersion() |
Boolean |
hasGroup() |
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) |
String getGroup()
Boolean hasGroup()
@Deprecated A withNewGroup(String arg0)
String getKind()
Boolean hasKind()
@Deprecated A withNewKind(String arg0)
String getMessage()
Boolean hasMessage()
@Deprecated A withNewMessage(String arg0)
String getStatus()
Boolean hasStatus()
@Deprecated A withNewStatus(String arg0)
String getUuid()
Boolean hasUuid()
@Deprecated A withNewUuid(String arg0)
String getVersion()
Boolean hasVersion()
@Deprecated A withNewVersion(String arg0)
Copyright © 2015–2022 Red Hat. All rights reserved.