public class MatcherFluentImpl<A extends MatcherFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements MatcherFluent<A>
| Constructor and Description |
|---|
MatcherFluentImpl() |
MatcherFluentImpl(Matcher instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getName() |
Boolean |
getRegex() |
String |
getValue() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasRegex() |
Boolean |
hasValue() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withName(String name) |
A |
withRegex() |
A |
withRegex(Boolean regex) |
A |
withValue(String value) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic MatcherFluentImpl()
public MatcherFluentImpl(Matcher instance)
public String getName()
getName in interface MatcherFluent<A extends MatcherFluent<A>>public A withName(String name)
withName in interface MatcherFluent<A extends MatcherFluent<A>>public Boolean hasName()
hasName in interface MatcherFluent<A extends MatcherFluent<A>>public Boolean getRegex()
getRegex in interface MatcherFluent<A extends MatcherFluent<A>>public A withRegex(Boolean regex)
withRegex in interface MatcherFluent<A extends MatcherFluent<A>>public Boolean hasRegex()
hasRegex in interface MatcherFluent<A extends MatcherFluent<A>>public String getValue()
getValue in interface MatcherFluent<A extends MatcherFluent<A>>public A withValue(String value)
withValue in interface MatcherFluent<A extends MatcherFluent<A>>public Boolean hasValue()
hasValue in interface MatcherFluent<A extends MatcherFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface MatcherFluent<A extends MatcherFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface MatcherFluent<A extends MatcherFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface MatcherFluent<A extends MatcherFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface MatcherFluent<A extends MatcherFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface MatcherFluent<A extends MatcherFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface MatcherFluent<A extends MatcherFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface MatcherFluent<A extends MatcherFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends MatcherFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends MatcherFluent<A>>public A withRegex()
withRegex in interface MatcherFluent<A extends MatcherFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.