public class NamedContextFluentImpl<A extends NamedContextFluent<A>> extends BaseFluent<A> implements NamedContextFluent<A>
NamedContextFluent.ContextNested<N>_visitables, VISIT| Constructor and Description |
|---|
NamedContextFluentImpl() |
NamedContextFluentImpl(NamedContext instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Context |
buildContext() |
NamedContextFluent.ContextNested<A> |
editContext() |
NamedContextFluent.ContextNested<A> |
editOrNewContext() |
NamedContextFluent.ContextNested<A> |
editOrNewContextLike(Context item) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Context |
getContext()
Deprecated.
|
String |
getName() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasContext() |
int |
hashCode() |
Boolean |
hasName() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withContext(Context context) |
A |
withName(String name) |
NamedContextFluent.ContextNested<A> |
withNewContext() |
NamedContextFluent.ContextNested<A> |
withNewContextLike(Context item) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic NamedContextFluentImpl()
public NamedContextFluentImpl(NamedContext instance)
@Deprecated public Context getContext()
getContext in interface NamedContextFluent<A extends NamedContextFluent<A>>public Context buildContext()
buildContext in interface NamedContextFluent<A extends NamedContextFluent<A>>public A withContext(Context context)
withContext in interface NamedContextFluent<A extends NamedContextFluent<A>>public Boolean hasContext()
hasContext in interface NamedContextFluent<A extends NamedContextFluent<A>>public NamedContextFluent.ContextNested<A> withNewContext()
withNewContext in interface NamedContextFluent<A extends NamedContextFluent<A>>public NamedContextFluent.ContextNested<A> withNewContextLike(Context item)
withNewContextLike in interface NamedContextFluent<A extends NamedContextFluent<A>>public NamedContextFluent.ContextNested<A> editContext()
editContext in interface NamedContextFluent<A extends NamedContextFluent<A>>public NamedContextFluent.ContextNested<A> editOrNewContext()
editOrNewContext in interface NamedContextFluent<A extends NamedContextFluent<A>>public NamedContextFluent.ContextNested<A> editOrNewContextLike(Context item)
editOrNewContextLike in interface NamedContextFluent<A extends NamedContextFluent<A>>public String getName()
getName in interface NamedContextFluent<A extends NamedContextFluent<A>>public A withName(String name)
withName in interface NamedContextFluent<A extends NamedContextFluent<A>>public Boolean hasName()
hasName in interface NamedContextFluent<A extends NamedContextFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface NamedContextFluent<A extends NamedContextFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface NamedContextFluent<A extends NamedContextFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface NamedContextFluent<A extends NamedContextFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface NamedContextFluent<A extends NamedContextFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface NamedContextFluent<A extends NamedContextFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface NamedContextFluent<A extends NamedContextFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface NamedContextFluent<A extends NamedContextFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends NamedContextFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends NamedContextFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.