public interface KeyValuePairFluent<A extends KeyValuePairFluent<A>> extends io.fabric8.docker.api.builder.Fluent<A>
String
getKey()
getValue()
Boolean
hasKey()
hasValue()
A
withKey(String Key)
withValue(String Value)
String getKey()
A withKey(String Key)
Boolean hasKey()
String getValue()
A withValue(String Value)
Boolean hasValue()
Copyright © 2015–2017 Red Hat. All rights reserved.