Class V1ValidationRuleFluentImpl<A extends V1ValidationRuleFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ValidationRuleFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1ValidationRuleFluent<A>
- Direct Known Subclasses:
V1ValidationRuleBuilder
public class V1ValidationRuleFluentImpl<A extends V1ValidationRuleFluent<A>>
extends BaseFluent<A>
implements V1ValidationRuleFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1ValidationRuleFluentImpl
(io.kubernetes.client.openapi.models.V1ValidationRule instance) -
Method Summary
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ValidationRuleFluentImpl
public V1ValidationRuleFluentImpl() -
V1ValidationRuleFluentImpl
public V1ValidationRuleFluentImpl(io.kubernetes.client.openapi.models.V1ValidationRule instance)
-
-
Method Details
-
getMessage
- Specified by:
getMessage
in interfaceV1ValidationRuleFluent<A extends V1ValidationRuleFluent<A>>
-
withMessage
- Specified by:
withMessage
in interfaceV1ValidationRuleFluent<A extends V1ValidationRuleFluent<A>>
-
hasMessage
- Specified by:
hasMessage
in interfaceV1ValidationRuleFluent<A extends V1ValidationRuleFluent<A>>
-
getRule
- Specified by:
getRule
in interfaceV1ValidationRuleFluent<A extends V1ValidationRuleFluent<A>>
-
withRule
- Specified by:
withRule
in interfaceV1ValidationRuleFluent<A extends V1ValidationRuleFluent<A>>
-
hasRule
- Specified by:
hasRule
in interfaceV1ValidationRuleFluent<A extends V1ValidationRuleFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1ValidationRuleFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1ValidationRuleFluent<A>>
-
toString
-