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 |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
Boolean |
getRegex() |
String |
getValue() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasRegex() |
Boolean |
hasValue() |
A |
withName(String name) |
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewValue(String arg0)
Deprecated.
|
A |
withRegex(Boolean regex) |
A |
withValue(String value) |
public 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>>@Deprecated public A withNewName(String arg0)
withNewName 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>>@Deprecated public A withNewValue(String arg0)
withNewValue in interface MatcherFluent<A extends MatcherFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.