Package io.fabric8.kubernetes.api.model
Class EventSourceFluentImpl<A extends EventSourceFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.EventSourceFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,EventSourceFluent<A>
- Direct Known Subclasses:
DoneableEventSource
,EventFluentImpl.SourceNestedImpl
,EventSourceBuilder
,KubeSchemaFluentImpl.EventSourceNestedImpl
,WatchEventFluentImpl.EventSourceObjectNestedImpl
public class EventSourceFluentImpl<A extends EventSourceFluent<A>> extends BaseFluent<A> implements EventSourceFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description EventSourceFluentImpl()
EventSourceFluentImpl(EventSource instance)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
String
getComponent()
String
getHost()
Boolean
hasComponent()
Boolean
hasHost()
A
withComponent(String component)
A
withHost(String host)
A
withNewComponent(String arg1)
A
withNewComponent(StringBuffer arg1)
A
withNewComponent(StringBuilder arg1)
A
withNewHost(String arg1)
A
withNewHost(StringBuffer arg1)
A
withNewHost(StringBuilder arg1)
-
Constructor Details
-
EventSourceFluentImpl
public EventSourceFluentImpl() -
EventSourceFluentImpl
-
-
Method Details
-
getComponent
- Specified by:
getComponent
in interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withComponent
- Specified by:
withComponent
in interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
hasComponent
- Specified by:
hasComponent
in interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withNewComponent
- Specified by:
withNewComponent
in interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withNewComponent
- Specified by:
withNewComponent
in interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withNewComponent
- Specified by:
withNewComponent
in interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
getHost
- Specified by:
getHost
in interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withHost
- Specified by:
withHost
in interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
hasHost
- Specified by:
hasHost
in interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withNewHost
- Specified by:
withNewHost
in interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withNewHost
- Specified by:
withNewHost
in interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withNewHost
- Specified by:
withNewHost
in interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
equals
-