Class V1ComponentConditionFluentImpl<A extends V1ComponentConditionFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ComponentConditionFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1ComponentConditionFluent<A>
- Direct Known Subclasses:
V1ComponentConditionBuilder
public class V1ComponentConditionFluentImpl<A extends V1ComponentConditionFluent<A>>
extends BaseFluent<A>
implements V1ComponentConditionFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1ComponentConditionFluentImpl(io.kubernetes.client.openapi.models.V1ComponentCondition instance) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetError()getType()hasError()inthashCode()hasType()toString()withMessage(String message) withStatus(String status) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ComponentConditionFluentImpl
public V1ComponentConditionFluentImpl() -
V1ComponentConditionFluentImpl
public V1ComponentConditionFluentImpl(io.kubernetes.client.openapi.models.V1ComponentCondition instance)
-
-
Method Details
-
getError
- Specified by:
getErrorin interfaceV1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
-
withError
- Specified by:
withErrorin interfaceV1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
-
hasError
- Specified by:
hasErrorin interfaceV1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
-
getMessage
- Specified by:
getMessagein interfaceV1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
-
withMessage
- Specified by:
withMessagein interfaceV1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
-
hasMessage
- Specified by:
hasMessagein interfaceV1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
-
getStatus
- Specified by:
getStatusin interfaceV1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
-
withStatus
- Specified by:
withStatusin interfaceV1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
-
hasStatus
- Specified by:
hasStatusin interfaceV1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
-
getType
- Specified by:
getTypein interfaceV1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
-
withType
- Specified by:
withTypein interfaceV1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
-
hasType
- Specified by:
hasTypein interfaceV1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1ComponentConditionFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1ComponentConditionFluent<A>>
-
toString
-