public class ComponentConditionFluentImpl<A extends ComponentConditionFluent<A>> extends BaseFluent<A> implements ComponentConditionFluent<A>
_visitables| 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() |
A |
withError(String error) |
A |
withMessage(String message) |
A |
withStatus(String status) |
A |
withType(String type) |
public 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 String getMessage()
getMessage in interface ComponentConditionFluent<A extends ComponentConditionFluent<A>>public A withMessage(String message)
withMessage 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 String getType()
getType in interface ComponentConditionFluent<A extends ComponentConditionFluent<A>>public A withType(String type)
withType in interface ComponentConditionFluent<A extends ComponentConditionFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.