public class KeyValuePairFluentImpl<A extends KeyValuePairFluent<A>> extends io.fabric8.docker.api.builder.BaseFluent<A> implements KeyValuePairFluent<A>
| Constructor and Description |
|---|
KeyValuePairFluentImpl() |
KeyValuePairFluentImpl(KeyValuePair instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getKey() |
String |
getValue() |
Boolean |
hasKey() |
Boolean |
hasValue() |
A |
withKey(String Key) |
A |
withValue(String Value) |
public KeyValuePairFluentImpl()
public KeyValuePairFluentImpl(KeyValuePair instance)
public String getKey()
getKey in interface KeyValuePairFluent<A extends KeyValuePairFluent<A>>public A withKey(String Key)
withKey in interface KeyValuePairFluent<A extends KeyValuePairFluent<A>>public Boolean hasKey()
hasKey in interface KeyValuePairFluent<A extends KeyValuePairFluent<A>>public String getValue()
getValue in interface KeyValuePairFluent<A extends KeyValuePairFluent<A>>public A withValue(String Value)
withValue in interface KeyValuePairFluent<A extends KeyValuePairFluent<A>>public Boolean hasValue()
hasValue in interface KeyValuePairFluent<A extends KeyValuePairFluent<A>>Copyright © 2015–2017 Red Hat. All rights reserved.