public class AttributesFluentImpl<A extends AttributesFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements AttributesFluent<A>
| Constructor and Description |
|---|
AttributesFluentImpl() |
AttributesFluentImpl(Attributes instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAttributes(Map<String,TypedValue> map) |
A |
addToAttributes(String key,
TypedValue value) |
boolean |
equals(Object o) |
Map<String,TypedValue> |
getAttributes() |
Boolean |
hasAttributes() |
A |
removeFromAttributes(Map<String,TypedValue> map) |
A |
removeFromAttributes(String key) |
A |
withAttributes(Map<String,TypedValue> attributes) |
public AttributesFluentImpl()
public AttributesFluentImpl(Attributes instance)
public A addToAttributes(String key, TypedValue value)
addToAttributes in interface AttributesFluent<A extends AttributesFluent<A>>public A addToAttributes(Map<String,TypedValue> map)
addToAttributes in interface AttributesFluent<A extends AttributesFluent<A>>public A removeFromAttributes(String key)
removeFromAttributes in interface AttributesFluent<A extends AttributesFluent<A>>public A removeFromAttributes(Map<String,TypedValue> map)
removeFromAttributes in interface AttributesFluent<A extends AttributesFluent<A>>public Map<String,TypedValue> getAttributes()
getAttributes in interface AttributesFluent<A extends AttributesFluent<A>>public A withAttributes(Map<String,TypedValue> attributes)
withAttributes in interface AttributesFluent<A extends AttributesFluent<A>>public Boolean hasAttributes()
hasAttributes in interface AttributesFluent<A extends AttributesFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.