public class V1EventSourceFluentImpl<A extends V1EventSourceFluent<A>> extends BaseFluent<A> implements V1EventSourceFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1EventSourceFluentImpl() |
V1EventSourceFluentImpl(io.kubernetes.client.openapi.models.V1EventSource 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 original)
Deprecated.
|
A |
withNewHost(String original)
Deprecated.
|
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic V1EventSourceFluentImpl()
public V1EventSourceFluentImpl(io.kubernetes.client.openapi.models.V1EventSource instance)
public String getComponent()
getComponent in interface V1EventSourceFluent<A extends V1EventSourceFluent<A>>public A withComponent(String component)
withComponent in interface V1EventSourceFluent<A extends V1EventSourceFluent<A>>public Boolean hasComponent()
hasComponent in interface V1EventSourceFluent<A extends V1EventSourceFluent<A>>@Deprecated public A withNewComponent(String original)
withNewComponent in interface V1EventSourceFluent<A extends V1EventSourceFluent<A>>public String getHost()
getHost in interface V1EventSourceFluent<A extends V1EventSourceFluent<A>>public A withHost(String host)
withHost in interface V1EventSourceFluent<A extends V1EventSourceFluent<A>>public Boolean hasHost()
hasHost in interface V1EventSourceFluent<A extends V1EventSourceFluent<A>>@Deprecated public A withNewHost(String original)
withNewHost in interface V1EventSourceFluent<A extends V1EventSourceFluent<A>>Copyright © 2022. All rights reserved.