public interface ComponentConditionFluent<A extends ComponentConditionFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getError() |
String |
getMessage() |
String |
getStatus() |
String |
getType() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasError() |
Boolean |
hasMessage() |
Boolean |
hasStatus() |
Boolean |
hasType() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withError(String error) |
A |
withMessage(String message) |
A |
withNewError(String arg0)
Deprecated.
|
A |
withNewMessage(String arg0)
Deprecated.
|
A |
withNewStatus(String arg0)
Deprecated.
|
A |
withNewType(String arg0)
Deprecated.
|
A |
withStatus(String status) |
A |
withType(String type) |
String getError()
Boolean hasError()
@Deprecated A withNewError(String arg0)
String getMessage()
Boolean hasMessage()
@Deprecated A withNewMessage(String arg0)
String getStatus()
Boolean hasStatus()
@Deprecated A withNewStatus(String arg0)
String getType()
Boolean hasType()
@Deprecated A withNewType(String arg0)
Boolean hasAdditionalProperties()
Copyright © 2015–2020 Red Hat. All rights reserved.