Package io.fabric8.kubernetes.api.model
Interface ComponentConditionFluent<A extends ComponentConditionFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
ComponentStatusFluent.ConditionsNested<N>,WatchEventFluent.ComponentConditionObjectNested<N>
- All Known Implementing Classes:
ComponentConditionBuilder,ComponentConditionFluentImpl,ComponentStatusFluentImpl.ConditionsNestedImpl,DoneableComponentCondition,WatchEventFluentImpl.ComponentConditionObjectNestedImpl
public interface ComponentConditionFluent<A extends ComponentConditionFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetError()StringgetMessage()StringgetStatus()StringgetType()BooleanhasError()BooleanhasMessage()BooleanhasStatus()BooleanhasType()AwithError(String error)AwithMessage(String message)AwithNewError(String arg1)AwithNewError(StringBuffer arg1)AwithNewError(StringBuilder arg1)AwithNewMessage(String arg1)AwithNewMessage(StringBuffer arg1)AwithNewMessage(StringBuilder arg1)AwithNewStatus(String arg1)AwithNewStatus(StringBuffer arg1)AwithNewStatus(StringBuilder arg1)AwithNewType(String arg1)AwithNewType(StringBuffer arg1)AwithNewType(StringBuilder arg1)AwithStatus(String status)AwithType(String type)
-
Method Details
-
getError
String getError() -
withError
-
hasError
Boolean hasError() -
withNewError
-
withNewError
-
withNewError
-
getMessage
String getMessage() -
withMessage
-
hasMessage
Boolean hasMessage() -
withNewMessage
-
withNewMessage
-
withNewMessage
-
getStatus
String getStatus() -
withStatus
-
hasStatus
Boolean hasStatus() -
withNewStatus
-
withNewStatus
-
withNewStatus
-
getType
String getType() -
withType
-
hasType
Boolean hasType() -
withNewType
-
withNewType
-
withNewType
-