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(java.lang.Object o) |
java.lang.String |
getComponent() |
java.lang.String |
getHost() |
java.lang.Boolean |
hasComponent() |
java.lang.Boolean |
hasHost() |
A |
withComponent(java.lang.String component) |
A |
withHost(java.lang.String host) |
A |
withNewComponent(java.lang.String arg1) |
A |
withNewComponent(java.lang.StringBuffer arg1) |
A |
withNewComponent(java.lang.StringBuilder arg1) |
A |
withNewHost(java.lang.String arg1) |
A |
withNewHost(java.lang.StringBuffer arg1) |
A |
withNewHost(java.lang.StringBuilder arg1) |
public EventSourceFluentImpl()
public EventSourceFluentImpl(EventSource instance)
public java.lang.String getComponent()
getComponent in interface EventSourceFluent<A extends EventSourceFluent<A>>public A withComponent(java.lang.String component)
withComponent in interface EventSourceFluent<A extends EventSourceFluent<A>>public java.lang.Boolean hasComponent()
hasComponent in interface EventSourceFluent<A extends EventSourceFluent<A>>public A withNewComponent(java.lang.String arg1)
withNewComponent in interface EventSourceFluent<A extends EventSourceFluent<A>>public A withNewComponent(java.lang.StringBuilder arg1)
withNewComponent in interface EventSourceFluent<A extends EventSourceFluent<A>>public A withNewComponent(java.lang.StringBuffer arg1)
withNewComponent in interface EventSourceFluent<A extends EventSourceFluent<A>>public java.lang.String getHost()
getHost in interface EventSourceFluent<A extends EventSourceFluent<A>>public A withHost(java.lang.String host)
withHost in interface EventSourceFluent<A extends EventSourceFluent<A>>public java.lang.Boolean hasHost()
hasHost in interface EventSourceFluent<A extends EventSourceFluent<A>>public A withNewHost(java.lang.String arg1)
withNewHost in interface EventSourceFluent<A extends EventSourceFluent<A>>public A withNewHost(java.lang.StringBuilder arg1)
withNewHost in interface EventSourceFluent<A extends EventSourceFluent<A>>public A withNewHost(java.lang.StringBuffer arg1)
withNewHost in interface EventSourceFluent<A extends EventSourceFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.