public class ServiceReferenceFluentImpl<A extends ServiceReferenceFluent<A>> extends BaseFluent<A> implements ServiceReferenceFluent<A>
_visitables| Constructor and Description |
|---|
ServiceReferenceFluentImpl() |
ServiceReferenceFluentImpl(ServiceReference instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getNamespace() |
String |
getPath() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
Boolean |
hasPath() |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withPath(String path) |
public 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 String getPath()
getPath in interface ServiceReferenceFluent<A extends ServiceReferenceFluent<A>>public A withPath(String path)
withPath in interface ServiceReferenceFluent<A extends ServiceReferenceFluent<A>>public Boolean hasPath()
hasPath in interface ServiceReferenceFluent<A extends ServiceReferenceFluent<A>>Copyright © 2015–2019 Red Hat. All rights reserved.