public class AttributeMatchFluentImpl<A extends AttributeMatchFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements AttributeMatchFluent<A>
| Constructor and Description |
|---|
AttributeMatchFluentImpl() |
AttributeMatchFluentImpl(AttributeMatch instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Condition |
getCondition() |
Integer |
getMapKey() |
Integer |
getName() |
String |
getRegex() |
Boolean |
hasCondition() |
Boolean |
hasMapKey() |
Boolean |
hasName() |
Boolean |
hasRegex() |
A |
withCondition(Condition condition) |
A |
withMapKey(Integer mapKey) |
A |
withName(Integer name) |
A |
withNewMapKey(int arg1) |
A |
withNewMapKey(String arg1) |
A |
withNewName(int arg1) |
A |
withNewName(String arg1) |
A |
withRegex(String regex) |
public AttributeMatchFluentImpl()
public AttributeMatchFluentImpl(AttributeMatch instance)
public Condition getCondition()
getCondition in interface AttributeMatchFluent<A extends AttributeMatchFluent<A>>public A withCondition(Condition condition)
withCondition in interface AttributeMatchFluent<A extends AttributeMatchFluent<A>>public Boolean hasCondition()
hasCondition in interface AttributeMatchFluent<A extends AttributeMatchFluent<A>>public Integer getMapKey()
getMapKey in interface AttributeMatchFluent<A extends AttributeMatchFluent<A>>public A withMapKey(Integer mapKey)
withMapKey in interface AttributeMatchFluent<A extends AttributeMatchFluent<A>>public Boolean hasMapKey()
hasMapKey in interface AttributeMatchFluent<A extends AttributeMatchFluent<A>>public A withNewMapKey(String arg1)
withNewMapKey in interface AttributeMatchFluent<A extends AttributeMatchFluent<A>>public A withNewMapKey(int arg1)
withNewMapKey in interface AttributeMatchFluent<A extends AttributeMatchFluent<A>>public Integer getName()
getName in interface AttributeMatchFluent<A extends AttributeMatchFluent<A>>public A withName(Integer name)
withName in interface AttributeMatchFluent<A extends AttributeMatchFluent<A>>public Boolean hasName()
hasName in interface AttributeMatchFluent<A extends AttributeMatchFluent<A>>public A withNewName(String arg1)
withNewName in interface AttributeMatchFluent<A extends AttributeMatchFluent<A>>public A withNewName(int arg1)
withNewName in interface AttributeMatchFluent<A extends AttributeMatchFluent<A>>public String getRegex()
getRegex in interface AttributeMatchFluent<A extends AttributeMatchFluent<A>>public A withRegex(String regex)
withRegex in interface AttributeMatchFluent<A extends AttributeMatchFluent<A>>public Boolean hasRegex()
hasRegex in interface AttributeMatchFluent<A extends AttributeMatchFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.