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 |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getNamespace() |
Integer |
getPort() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
Boolean |
hasPort() |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewNamespace(String arg0)
Deprecated.
|
A |
withPort(Integer port) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic 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>>@Deprecated public A withNewName(String arg0)
withNewName 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>>@Deprecated public A withNewNamespace(String arg0)
withNewNamespace 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>>Copyright © 2015–2021 Red Hat. All rights reserved.