public class ComponentConditionFluent<A extends ComponentConditionFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
ComponentConditionFluent() |
ComponentConditionFluent(ComponentCondition instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(ComponentCondition instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getError() |
String |
getMessage() |
String |
getStatus() |
String |
getType() |
boolean |
hasAdditionalProperties() |
boolean |
hasError() |
int |
hashCode() |
boolean |
hasMessage() |
boolean |
hasStatus() |
boolean |
hasType() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withError(String error) |
A |
withMessage(String message) |
A |
withStatus(String status) |
A |
withType(String type) |
public ComponentConditionFluent()
public ComponentConditionFluent(ComponentCondition instance)
protected void copyInstance(ComponentCondition instance)
public String getError()
public boolean hasError()
public String getMessage()
public boolean hasMessage()
public String getStatus()
public boolean hasStatus()
public String getType()
public boolean hasType()
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 ComponentConditionFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ComponentConditionFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.