public class EventSourceFluent<A extends EventSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
EventSourceFluent() |
EventSourceFluent(EventSource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(EventSource instance) |
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) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withComponent(String component) |
A |
withHost(String host) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic EventSourceFluent()
public EventSourceFluent(EventSource instance)
protected void copyInstance(EventSource instance)
public String getComponent()
public boolean hasComponent()
public String getHost()
public boolean hasHost()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends EventSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends EventSourceFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.