public class EventSourceFluentImpl<T extends EventSourceFluent<T>> extends BaseFluent<T> implements EventSourceFluent<T>
_visitables| Constructor and Description |
|---|
EventSourceFluentImpl() |
EventSourceFluentImpl(EventSource instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getComponent() |
String |
getHost() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withComponent(String component) |
T |
withHost(String host) |
public EventSourceFluentImpl()
public EventSourceFluentImpl(EventSource instance)
public String getComponent()
getComponent in interface EventSourceFluent<T extends EventSourceFluent<T>>public T withComponent(String component)
withComponent in interface EventSourceFluent<T extends EventSourceFluent<T>>public String getHost()
getHost in interface EventSourceFluent<T extends EventSourceFluent<T>>public T withHost(String host)
withHost in interface EventSourceFluent<T extends EventSourceFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface EventSourceFluent<T extends EventSourceFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface EventSourceFluent<T extends EventSourceFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface EventSourceFluent<T extends EventSourceFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface EventSourceFluent<T extends EventSourceFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface EventSourceFluent<T extends EventSourceFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface EventSourceFluent<T extends EventSourceFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.