Package io.fabric8.kubernetes.api.model
Class ComponentConditionFluentImpl<A extends ComponentConditionFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ComponentConditionFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,ComponentConditionFluent<A>
- Direct Known Subclasses:
ComponentConditionBuilder,ComponentStatusFluentImpl.ConditionsNestedImpl,WatchEventFluentImpl.ComponentConditionObjectNestedImpl
public class ComponentConditionFluentImpl<A extends ComponentConditionFluent<A>> extends BaseFluent<A> implements ComponentConditionFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description ComponentConditionFluentImpl()ComponentConditionFluentImpl(ComponentCondition instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetError()StringgetMessage()StringgetStatus()StringgetType()BooleanhasError()inthashCode()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)
-
-
-
Constructor Detail
-
ComponentConditionFluentImpl
public ComponentConditionFluentImpl()
-
ComponentConditionFluentImpl
public ComponentConditionFluentImpl(ComponentCondition instance)
-
-
Method Detail
-
getError
public String getError()
- Specified by:
getErrorin interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withError
public A withError(String error)
- Specified by:
withErrorin interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
hasError
public Boolean hasError()
- Specified by:
hasErrorin interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withNewError
public A withNewError(String arg1)
- Specified by:
withNewErrorin interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withNewError
public A withNewError(StringBuilder arg1)
- Specified by:
withNewErrorin interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withNewError
public A withNewError(StringBuffer arg1)
- Specified by:
withNewErrorin interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
getMessage
public String getMessage()
- Specified by:
getMessagein interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withMessage
public A withMessage(String message)
- Specified by:
withMessagein interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
hasMessage
public Boolean hasMessage()
- Specified by:
hasMessagein interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withNewMessage
public A withNewMessage(String arg1)
- Specified by:
withNewMessagein interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withNewMessage
public A withNewMessage(StringBuilder arg1)
- Specified by:
withNewMessagein interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withNewMessage
public A withNewMessage(StringBuffer arg1)
- Specified by:
withNewMessagein interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
getStatus
public String getStatus()
- Specified by:
getStatusin interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withStatus
public A withStatus(String status)
- Specified by:
withStatusin interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
hasStatus
public Boolean hasStatus()
- Specified by:
hasStatusin interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withNewStatus
public A withNewStatus(String arg1)
- Specified by:
withNewStatusin interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withNewStatus
public A withNewStatus(StringBuilder arg1)
- Specified by:
withNewStatusin interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withNewStatus
public A withNewStatus(StringBuffer arg1)
- Specified by:
withNewStatusin interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
getType
public String getType()
- Specified by:
getTypein interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withType
public A withType(String type)
- Specified by:
withTypein interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
hasType
public Boolean hasType()
- Specified by:
hasTypein interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withNewType
public A withNewType(String arg1)
- Specified by:
withNewTypein interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withNewType
public A withNewType(StringBuilder arg1)
- Specified by:
withNewTypein interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withNewType
public A withNewType(StringBuffer arg1)
- Specified by:
withNewTypein interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
-