public class MatcherFluent<A extends MatcherFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
MatcherFluent() |
MatcherFluent(Matcher instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(Matcher instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getMatchType() |
String |
getName() |
Boolean |
getRegex() |
String |
getValue() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasMatchType() |
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 |
withMatchType(String matchType) |
A |
withName(String name) |
A |
withRegex() |
A |
withRegex(Boolean regex) |
A |
withValue(String value) |
public MatcherFluent()
public MatcherFluent(Matcher instance)
protected void copyInstance(Matcher instance)
public String getMatchType()
public boolean hasMatchType()
public String getName()
public boolean hasName()
public Boolean getRegex()
public boolean hasRegex()
public String getValue()
public boolean hasValue()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
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()
Copyright © 2015–2024 Red Hat. All rights reserved.