public class ComponentConditionFluentImpl<A extends ComponentConditionFluent<A>> extends BaseFluent<A> implements ComponentConditionFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
ComponentConditionFluentImpl() |
ComponentConditionFluentImpl(ComponentCondition instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getError() |
String |
getMessage() |
String |
getStatus() |
String |
getType() |
Boolean |
hasError() |
int |
hashCode() |
Boolean |
hasMessage() |
Boolean |
hasStatus() |
Boolean |
hasType() |
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) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic ComponentConditionFluentImpl()
public ComponentConditionFluentImpl(ComponentCondition instance)
public String getError()
getError in interface ComponentConditionFluent<A extends ComponentConditionFluent<A>>public A withError(String error)
withError in interface ComponentConditionFluent<A extends ComponentConditionFluent<A>>public Boolean hasError()
hasError in interface ComponentConditionFluent<A extends ComponentConditionFluent<A>>@Deprecated public A withNewError(String arg0)
withNewError in interface ComponentConditionFluent<A extends ComponentConditionFluent<A>>public String getMessage()
getMessage in interface ComponentConditionFluent<A extends ComponentConditionFluent<A>>public A withMessage(String message)
withMessage in interface ComponentConditionFluent<A extends ComponentConditionFluent<A>>public Boolean hasMessage()
hasMessage in interface ComponentConditionFluent<A extends ComponentConditionFluent<A>>@Deprecated public A withNewMessage(String arg0)
withNewMessage in interface ComponentConditionFluent<A extends ComponentConditionFluent<A>>public String getStatus()
getStatus in interface ComponentConditionFluent<A extends ComponentConditionFluent<A>>public A withStatus(String status)
withStatus in interface ComponentConditionFluent<A extends ComponentConditionFluent<A>>public Boolean hasStatus()
hasStatus in interface ComponentConditionFluent<A extends ComponentConditionFluent<A>>@Deprecated public A withNewStatus(String arg0)
withNewStatus in interface ComponentConditionFluent<A extends ComponentConditionFluent<A>>public String getType()
getType in interface ComponentConditionFluent<A extends ComponentConditionFluent<A>>public A withType(String type)
withType in interface ComponentConditionFluent<A extends ComponentConditionFluent<A>>public Boolean hasType()
hasType in interface ComponentConditionFluent<A extends ComponentConditionFluent<A>>@Deprecated public A withNewType(String arg0)
withNewType in interface ComponentConditionFluent<A extends ComponentConditionFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.