public class ServiceReferenceFluentImpl<A extends ServiceReferenceFluent<A>> extends BaseFluent<A> implements ServiceReferenceFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
ServiceReferenceFluentImpl() |
ServiceReferenceFluentImpl(ServiceReference 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() |
String |
getNamespace() |
Integer |
getPort() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
Boolean |
hasPort() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withPort(Integer port) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ServiceReferenceFluentImpl()
public ServiceReferenceFluentImpl(ServiceReference instance)
public String getName()
getName in interface ServiceReferenceFluent<A extends ServiceReferenceFluent<A>>public A withName(String name)
withName in interface ServiceReferenceFluent<A extends ServiceReferenceFluent<A>>public Boolean hasName()
hasName in interface ServiceReferenceFluent<A extends ServiceReferenceFluent<A>>public String getNamespace()
getNamespace in interface ServiceReferenceFluent<A extends ServiceReferenceFluent<A>>public A withNamespace(String namespace)
withNamespace in interface ServiceReferenceFluent<A extends ServiceReferenceFluent<A>>public Boolean hasNamespace()
hasNamespace in interface ServiceReferenceFluent<A extends ServiceReferenceFluent<A>>public Integer getPort()
getPort in interface ServiceReferenceFluent<A extends ServiceReferenceFluent<A>>public A withPort(Integer port)
withPort in interface ServiceReferenceFluent<A extends ServiceReferenceFluent<A>>public Boolean hasPort()
hasPort in interface ServiceReferenceFluent<A extends ServiceReferenceFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ServiceReferenceFluent<A extends ServiceReferenceFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ServiceReferenceFluent<A extends ServiceReferenceFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ServiceReferenceFluent<A extends ServiceReferenceFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ServiceReferenceFluent<A extends ServiceReferenceFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ServiceReferenceFluent<A extends ServiceReferenceFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ServiceReferenceFluent<A extends ServiceReferenceFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ServiceReferenceFluent<A extends ServiceReferenceFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends ServiceReferenceFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends ServiceReferenceFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.