public class DependentStatusFluent<A extends DependentStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
DependentStatusFluent() |
DependentStatusFluent(DependentStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(DependentStatus instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getGroup() |
String |
getKind() |
String |
getMessage() |
String |
getStatus() |
String |
getUuid() |
String |
getVersion() |
boolean |
hasAdditionalProperties() |
boolean |
hasGroup() |
int |
hashCode() |
boolean |
hasKind() |
boolean |
hasMessage() |
boolean |
hasStatus() |
boolean |
hasUuid() |
boolean |
hasVersion() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withGroup(String group) |
A |
withKind(String kind) |
A |
withMessage(String message) |
A |
withStatus(String status) |
A |
withUuid(String uuid) |
A |
withVersion(String version) |
public DependentStatusFluent()
public DependentStatusFluent(DependentStatus instance)
protected void copyInstance(DependentStatus instance)
public String getGroup()
public boolean hasGroup()
public String getKind()
public boolean hasKind()
public String getMessage()
public boolean hasMessage()
public String getStatus()
public boolean hasStatus()
public String getUuid()
public boolean hasUuid()
public String getVersion()
public boolean hasVersion()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DependentStatusFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DependentStatusFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.