public class EventSourceFluentImpl<A extends EventSourceFluent<A>> extends BaseFluent<A> implements EventSourceFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
EventSourceFluentImpl() |
EventSourceFluentImpl(EventSource 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 |
getComponent() |
String |
getHost() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasComponent() |
int |
hashCode() |
Boolean |
hasHost() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withComponent(String component) |
A |
withHost(String host) |
A |
withNewComponent(String arg0)
Deprecated.
|
A |
withNewHost(String arg0)
Deprecated.
|
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic 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>>@Deprecated public A withNewComponent(String arg0)
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>>@Deprecated public A withNewHost(String arg0)
withNewHost in interface EventSourceFluent<A extends EventSourceFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface EventSourceFluent<A extends EventSourceFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface EventSourceFluent<A extends EventSourceFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface EventSourceFluent<A extends EventSourceFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface EventSourceFluent<A extends EventSourceFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface EventSourceFluent<A extends EventSourceFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface EventSourceFluent<A extends EventSourceFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface EventSourceFluent<A extends EventSourceFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.