public class TriggerFilterFluentImpl<A extends TriggerFilterFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements TriggerFilterFluent<A>
| Constructor and Description |
|---|
TriggerFilterFluentImpl() |
TriggerFilterFluentImpl(TriggerFilter instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAttributes(Map<String,String> map) |
A |
addToAttributes(String key,
String value) |
boolean |
equals(Object o) |
Map<String,String> |
getAttributes() |
Boolean |
hasAttributes() |
int |
hashCode() |
A |
removeFromAttributes(Map<String,String> map) |
A |
removeFromAttributes(String key) |
<K,V> A |
withAttributes(Map<String,String> attributes) |
public TriggerFilterFluentImpl()
public TriggerFilterFluentImpl(TriggerFilter instance)
public A addToAttributes(String key, String value)
addToAttributes in interface TriggerFilterFluent<A extends TriggerFilterFluent<A>>public A addToAttributes(Map<String,String> map)
addToAttributes in interface TriggerFilterFluent<A extends TriggerFilterFluent<A>>public A removeFromAttributes(String key)
removeFromAttributes in interface TriggerFilterFluent<A extends TriggerFilterFluent<A>>public A removeFromAttributes(Map<String,String> map)
removeFromAttributes in interface TriggerFilterFluent<A extends TriggerFilterFluent<A>>public Map<String,String> getAttributes()
getAttributes in interface TriggerFilterFluent<A extends TriggerFilterFluent<A>>public <K,V> A withAttributes(Map<String,String> attributes)
withAttributes in interface TriggerFilterFluent<A extends TriggerFilterFluent<A>>public Boolean hasAttributes()
hasAttributes in interface TriggerFilterFluent<A extends TriggerFilterFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.