public class ComponentConditionFluent<A extends ComponentConditionFluent<A>> extends BaseFluent<A>
_visitables, VISIT| 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) |
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) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ComponentConditionFluent()
public ComponentConditionFluent(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 BaseFluent<A extends ComponentConditionFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends ComponentConditionFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.