public class V1ValidationRuleFluentImpl<A extends V1ValidationRuleFluent<A>> extends BaseFluent<A> implements V1ValidationRuleFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1ValidationRuleFluentImpl() |
V1ValidationRuleFluentImpl(io.kubernetes.client.openapi.models.V1ValidationRule instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMessage() |
String |
getRule() |
int |
hashCode() |
Boolean |
hasMessage() |
Boolean |
hasRule() |
String |
toString() |
A |
withMessage(String message) |
A |
withRule(String rule) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1ValidationRuleFluentImpl()
public V1ValidationRuleFluentImpl(io.kubernetes.client.openapi.models.V1ValidationRule instance)
public String getMessage()
getMessage in interface V1ValidationRuleFluent<A extends V1ValidationRuleFluent<A>>public A withMessage(String message)
withMessage in interface V1ValidationRuleFluent<A extends V1ValidationRuleFluent<A>>public Boolean hasMessage()
hasMessage in interface V1ValidationRuleFluent<A extends V1ValidationRuleFluent<A>>public String getRule()
getRule in interface V1ValidationRuleFluent<A extends V1ValidationRuleFluent<A>>public A withRule(String rule)
withRule in interface V1ValidationRuleFluent<A extends V1ValidationRuleFluent<A>>public Boolean hasRule()
hasRule in interface V1ValidationRuleFluent<A extends V1ValidationRuleFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1ValidationRuleFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1ValidationRuleFluent<A>>Copyright © 2022. All rights reserved.