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 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 arg1)
A
withNewError(StringBuffer arg1)
A
withNewError(StringBuilder arg1)
A
withNewMessage(String arg1)
A
withNewMessage(StringBuffer arg1)
A
withNewMessage(StringBuilder arg1)
A
withNewStatus(String arg1)
A
withNewStatus(StringBuffer arg1)
A
withNewStatus(StringBuilder arg1)
A
withNewType(String arg1)
A
withNewType(StringBuffer arg1)
A
withNewType(StringBuilder arg1)
A
withStatus(String status)
A
withType(String type)
-
-
-
Constructor Detail
-
ComponentConditionFluentImpl
public ComponentConditionFluentImpl()
-
ComponentConditionFluentImpl
public ComponentConditionFluentImpl(ComponentCondition instance)
-
-
Method Detail
-
getError
public String getError()
- Specified by:
getError
in interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withError
public A withError(String error)
- Specified by:
withError
in interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
hasError
public Boolean hasError()
- Specified by:
hasError
in interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withNewError
public A withNewError(String arg1)
- Specified by:
withNewError
in interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withNewError
public A withNewError(StringBuilder arg1)
- Specified by:
withNewError
in interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withNewError
public A withNewError(StringBuffer arg1)
- Specified by:
withNewError
in interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
getMessage
public String getMessage()
- Specified by:
getMessage
in interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withMessage
public A withMessage(String message)
- Specified by:
withMessage
in interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
hasMessage
public Boolean hasMessage()
- Specified by:
hasMessage
in interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withNewMessage
public A withNewMessage(String arg1)
- Specified by:
withNewMessage
in interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withNewMessage
public A withNewMessage(StringBuilder arg1)
- Specified by:
withNewMessage
in interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withNewMessage
public A withNewMessage(StringBuffer arg1)
- Specified by:
withNewMessage
in interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
getStatus
public String getStatus()
- Specified by:
getStatus
in interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withStatus
public A withStatus(String status)
- Specified by:
withStatus
in interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
hasStatus
public Boolean hasStatus()
- Specified by:
hasStatus
in interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withNewStatus
public A withNewStatus(String arg1)
- Specified by:
withNewStatus
in interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withNewStatus
public A withNewStatus(StringBuilder arg1)
- Specified by:
withNewStatus
in interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withNewStatus
public A withNewStatus(StringBuffer arg1)
- Specified by:
withNewStatus
in interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
getType
public String getType()
- Specified by:
getType
in interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withType
public A withType(String type)
- Specified by:
withType
in interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
hasType
public Boolean hasType()
- Specified by:
hasType
in interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withNewType
public A withNewType(String arg1)
- Specified by:
withNewType
in interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withNewType
public A withNewType(StringBuilder arg1)
- Specified by:
withNewType
in interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
withNewType
public A withNewType(StringBuffer arg1)
- Specified by:
withNewType
in interfaceComponentConditionFluent<A extends ComponentConditionFluent<A>>
-
-