public class KeyValueFluentImpl<A extends KeyValueFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements KeyValueFluent<A>
| Constructor and Description |
|---|
KeyValueFluentImpl() |
KeyValueFluentImpl(KeyValue instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getKey() |
String |
getValue() |
int |
hashCode() |
Boolean |
hasKey() |
Boolean |
hasValue() |
A |
withKey(String key) |
A |
withNewKey(String arg0)
Deprecated.
|
A |
withNewValue(String arg0)
Deprecated.
|
A |
withValue(String value) |
public KeyValueFluentImpl()
public KeyValueFluentImpl(KeyValue instance)
public String getKey()
getKey in interface KeyValueFluent<A extends KeyValueFluent<A>>public A withKey(String key)
withKey in interface KeyValueFluent<A extends KeyValueFluent<A>>public Boolean hasKey()
hasKey in interface KeyValueFluent<A extends KeyValueFluent<A>>@Deprecated public A withNewKey(String arg0)
withNewKey in interface KeyValueFluent<A extends KeyValueFluent<A>>public String getValue()
getValue in interface KeyValueFluent<A extends KeyValueFluent<A>>public A withValue(String value)
withValue in interface KeyValueFluent<A extends KeyValueFluent<A>>public Boolean hasValue()
hasValue in interface KeyValueFluent<A extends KeyValueFluent<A>>@Deprecated public A withNewValue(String arg0)
withNewValue in interface KeyValueFluent<A extends KeyValueFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.