public class EventSourceFluentImpl<A extends EventSourceFluent<A>> extends BaseFluent<A> implements EventSourceFluent<A>
_visitables| Constructor and Description |
|---|
EventSourceFluentImpl() |
EventSourceFluentImpl(EventSource instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getComponent() |
String |
getHost() |
Boolean |
hasComponent() |
int |
hashCode() |
Boolean |
hasHost() |
A |
withComponent(String component) |
A |
withHost(String host) |
A |
withNewComponent(String arg1) |
A |
withNewComponent(StringBuffer arg1) |
A |
withNewComponent(StringBuilder arg1) |
A |
withNewHost(String arg1) |
A |
withNewHost(StringBuffer arg1) |
A |
withNewHost(StringBuilder arg1) |
public EventSourceFluentImpl()
public EventSourceFluentImpl(EventSource instance)
public String getComponent()
getComponent in interface EventSourceFluent<A extends EventSourceFluent<A>>public A withComponent(String component)
withComponent in interface EventSourceFluent<A extends EventSourceFluent<A>>public Boolean hasComponent()
hasComponent in interface EventSourceFluent<A extends EventSourceFluent<A>>public A withNewComponent(String arg1)
withNewComponent in interface EventSourceFluent<A extends EventSourceFluent<A>>public A withNewComponent(StringBuilder arg1)
withNewComponent in interface EventSourceFluent<A extends EventSourceFluent<A>>public A withNewComponent(StringBuffer arg1)
withNewComponent in interface EventSourceFluent<A extends EventSourceFluent<A>>public String getHost()
getHost in interface EventSourceFluent<A extends EventSourceFluent<A>>public A withHost(String host)
withHost in interface EventSourceFluent<A extends EventSourceFluent<A>>public Boolean hasHost()
hasHost in interface EventSourceFluent<A extends EventSourceFluent<A>>public A withNewHost(String arg1)
withNewHost in interface EventSourceFluent<A extends EventSourceFluent<A>>public A withNewHost(StringBuilder arg1)
withNewHost in interface EventSourceFluent<A extends EventSourceFluent<A>>public A withNewHost(StringBuffer arg1)
withNewHost in interface EventSourceFluent<A extends EventSourceFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.