public class StringMapFluentImpl<A extends StringMapFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements StringMapFluent<A>
| Constructor and Description |
|---|
StringMapFluentImpl() |
StringMapFluentImpl(StringMap instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToEntries(Map<String,Integer> map) |
A |
addToEntries(String key,
Integer value) |
boolean |
equals(Object o) |
Map<String,Integer> |
getEntries() |
Boolean |
hasEntries() |
A |
removeFromEntries(Map<String,Integer> map) |
A |
removeFromEntries(String key) |
A |
withEntries(Map<String,Integer> entries) |
public StringMapFluentImpl()
public StringMapFluentImpl(StringMap instance)
public A addToEntries(String key, Integer value)
addToEntries in interface StringMapFluent<A extends StringMapFluent<A>>public A addToEntries(Map<String,Integer> map)
addToEntries in interface StringMapFluent<A extends StringMapFluent<A>>public A removeFromEntries(String key)
removeFromEntries in interface StringMapFluent<A extends StringMapFluent<A>>public A removeFromEntries(Map<String,Integer> map)
removeFromEntries in interface StringMapFluent<A extends StringMapFluent<A>>public Map<String,Integer> getEntries()
getEntries in interface StringMapFluent<A extends StringMapFluent<A>>public A withEntries(Map<String,Integer> entries)
withEntries in interface StringMapFluent<A extends StringMapFluent<A>>public Boolean hasEntries()
hasEntries in interface StringMapFluent<A extends StringMapFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.