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:
EventFluentImpl.SourceNestedImpl,EventSourceBuilder,KubeSchemaFluentImpl.EventSourceNestedImpl,WatchEventFluentImpl.EventSourceObjectNestedImpl
public class EventSourceFluentImpl<A extends EventSourceFluent<A>> extends BaseFluent<A> implements EventSourceFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description EventSourceFluentImpl()EventSourceFluentImpl(EventSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetComponent()StringgetHost()BooleanhasComponent()inthashCode()BooleanhasHost()AwithComponent(String component)AwithHost(String host)AwithNewComponent(String arg1)AwithNewComponent(StringBuffer arg1)AwithNewComponent(StringBuilder arg1)AwithNewHost(String arg1)AwithNewHost(StringBuffer arg1)AwithNewHost(StringBuilder arg1)
-
-
-
Constructor Detail
-
EventSourceFluentImpl
public EventSourceFluentImpl()
-
EventSourceFluentImpl
public EventSourceFluentImpl(EventSource instance)
-
-
Method Detail
-
getComponent
public String getComponent()
- Specified by:
getComponentin interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withComponent
public A withComponent(String component)
- Specified by:
withComponentin interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
hasComponent
public Boolean hasComponent()
- Specified by:
hasComponentin interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withNewComponent
public A withNewComponent(String arg1)
- Specified by:
withNewComponentin interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withNewComponent
public A withNewComponent(StringBuilder arg1)
- Specified by:
withNewComponentin interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withNewComponent
public A withNewComponent(StringBuffer arg1)
- Specified by:
withNewComponentin interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
getHost
public String getHost()
- Specified by:
getHostin interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withHost
public A withHost(String host)
- Specified by:
withHostin interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
hasHost
public Boolean hasHost()
- Specified by:
hasHostin interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withNewHost
public A withNewHost(String arg1)
- Specified by:
withNewHostin interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withNewHost
public A withNewHost(StringBuilder arg1)
- Specified by:
withNewHostin interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withNewHost
public A withNewHost(StringBuffer arg1)
- Specified by:
withNewHostin interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
-