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 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 arg1)
A
withNewComponent(StringBuffer arg1)
A
withNewComponent(StringBuilder arg1)
A
withNewHost(String arg1)
A
withNewHost(StringBuffer arg1)
A
withNewHost(StringBuilder arg1)
-
-
-
Constructor Detail
-
EventSourceFluentImpl
public EventSourceFluentImpl()
-
EventSourceFluentImpl
public EventSourceFluentImpl(EventSource instance)
-
-
Method Detail
-
getComponent
public String getComponent()
- Specified by:
getComponent
in interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withComponent
public A withComponent(String component)
- Specified by:
withComponent
in interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
hasComponent
public Boolean hasComponent()
- Specified by:
hasComponent
in interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withNewComponent
public A withNewComponent(String arg1)
- Specified by:
withNewComponent
in interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withNewComponent
public A withNewComponent(StringBuilder arg1)
- Specified by:
withNewComponent
in interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withNewComponent
public A withNewComponent(StringBuffer arg1)
- Specified by:
withNewComponent
in interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
getHost
public String getHost()
- Specified by:
getHost
in interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withHost
public A withHost(String host)
- Specified by:
withHost
in interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
hasHost
public Boolean hasHost()
- Specified by:
hasHost
in interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withNewHost
public A withNewHost(String arg1)
- Specified by:
withNewHost
in interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withNewHost
public A withNewHost(StringBuilder arg1)
- Specified by:
withNewHost
in interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
withNewHost
public A withNewHost(StringBuffer arg1)
- Specified by:
withNewHost
in interfaceEventSourceFluent<A extends EventSourceFluent<A>>
-
-