public class LocalObjectReferenceFluentImpl<A extends LocalObjectReferenceFluent<A>> extends BaseFluent<A> implements LocalObjectReferenceFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
LocalObjectReferenceFluentImpl() |
LocalObjectReferenceFluentImpl(LocalObjectReference instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getName() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasName() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withName(String name) |
A |
withNewName(String arg0)
Deprecated.
|
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic LocalObjectReferenceFluentImpl()
public LocalObjectReferenceFluentImpl(LocalObjectReference instance)
public String getName()
getName in interface LocalObjectReferenceFluent<A extends LocalObjectReferenceFluent<A>>public A withName(String name)
withName in interface LocalObjectReferenceFluent<A extends LocalObjectReferenceFluent<A>>public Boolean hasName()
hasName in interface LocalObjectReferenceFluent<A extends LocalObjectReferenceFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface LocalObjectReferenceFluent<A extends LocalObjectReferenceFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface LocalObjectReferenceFluent<A extends LocalObjectReferenceFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface LocalObjectReferenceFluent<A extends LocalObjectReferenceFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface LocalObjectReferenceFluent<A extends LocalObjectReferenceFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface LocalObjectReferenceFluent<A extends LocalObjectReferenceFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface LocalObjectReferenceFluent<A extends LocalObjectReferenceFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface LocalObjectReferenceFluent<A extends LocalObjectReferenceFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface LocalObjectReferenceFluent<A extends LocalObjectReferenceFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.