Class RegistryPollFluentImpl<A extends RegistryPollFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.RegistryPollFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,RegistryPollFluent<A>
- Direct Known Subclasses:
RegistryPollBuilder,UpdateStrategyFluentImpl.RegistryPollNestedImpl
public class RegistryPollFluentImpl<A extends RegistryPollFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RegistryPollFluent<A>
-
-
Constructor Summary
Constructors Constructor Description RegistryPollFluentImpl()RegistryPollFluentImpl(RegistryPoll instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)io.fabric8.kubernetes.api.model.DurationgetInterval()inthashCode()BooleanhasInterval()AwithInterval(io.fabric8.kubernetes.api.model.Duration interval)
-
-
-
Constructor Detail
-
RegistryPollFluentImpl
public RegistryPollFluentImpl()
-
RegistryPollFluentImpl
public RegistryPollFluentImpl(RegistryPoll instance)
-
-
Method Detail
-
getInterval
public io.fabric8.kubernetes.api.model.Duration getInterval()
- Specified by:
getIntervalin interfaceRegistryPollFluent<A extends RegistryPollFluent<A>>
-
withInterval
public A withInterval(io.fabric8.kubernetes.api.model.Duration interval)
- Specified by:
withIntervalin interfaceRegistryPollFluent<A extends RegistryPollFluent<A>>
-
hasInterval
public Boolean hasInterval()
- Specified by:
hasIntervalin interfaceRegistryPollFluent<A extends RegistryPollFluent<A>>
-
-