Class BundleLookupConditionBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.BundleLookupConditionFluentImpl<BundleLookupConditionBuilder>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.BundleLookupConditionBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<BundleLookupCondition>,io.fabric8.kubernetes.api.builder.Fluent<BundleLookupConditionBuilder>,io.fabric8.kubernetes.api.builder.Visitable<BundleLookupConditionBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<BundleLookupCondition,BundleLookupConditionBuilder>,BundleLookupConditionFluent<BundleLookupConditionBuilder>
public class BundleLookupConditionBuilder extends BundleLookupConditionFluentImpl<BundleLookupConditionBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<BundleLookupCondition,BundleLookupConditionBuilder>
-
-
Constructor Summary
Constructors Constructor Description BundleLookupConditionBuilder()BundleLookupConditionBuilder(BundleLookupCondition instance)BundleLookupConditionBuilder(BundleLookupConditionFluent<?> fluent)BundleLookupConditionBuilder(BundleLookupConditionFluent<?> fluent, BundleLookupCondition instance)BundleLookupConditionBuilder(BundleLookupConditionFluent<?> fluent, BundleLookupCondition instance, Boolean validationEnabled)BundleLookupConditionBuilder(BundleLookupConditionFluent<?> fluent, Boolean validationEnabled)BundleLookupConditionBuilder(BundleLookupCondition instance, Boolean validationEnabled)BundleLookupConditionBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BundleLookupConditionbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.BundleLookupConditionFluentImpl
getLastTransitionTime, getLastUpdateTime, getMessage, getReason, getStatus, getType, hasLastTransitionTime, hasLastUpdateTime, hasMessage, hasReason, hasStatus, hasType, withLastTransitionTime, withLastUpdateTime, withMessage, withNewLastTransitionTime, withNewLastTransitionTime, withNewLastTransitionTime, withNewLastUpdateTime, withNewLastUpdateTime, withNewLastUpdateTime, withNewMessage, withNewMessage, withNewMessage, withNewReason, withNewReason, withNewReason, withNewStatus, withNewStatus, withNewStatus, withNewType, withNewType, withNewType, withReason, withStatus, withType
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
BundleLookupConditionBuilder
public BundleLookupConditionBuilder()
-
BundleLookupConditionBuilder
public BundleLookupConditionBuilder(Boolean validationEnabled)
-
BundleLookupConditionBuilder
public BundleLookupConditionBuilder(BundleLookupConditionFluent<?> fluent)
-
BundleLookupConditionBuilder
public BundleLookupConditionBuilder(BundleLookupConditionFluent<?> fluent, Boolean validationEnabled)
-
BundleLookupConditionBuilder
public BundleLookupConditionBuilder(BundleLookupConditionFluent<?> fluent, BundleLookupCondition instance)
-
BundleLookupConditionBuilder
public BundleLookupConditionBuilder(BundleLookupConditionFluent<?> fluent, BundleLookupCondition instance, Boolean validationEnabled)
-
BundleLookupConditionBuilder
public BundleLookupConditionBuilder(BundleLookupCondition instance)
-
BundleLookupConditionBuilder
public BundleLookupConditionBuilder(BundleLookupCondition instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public BundleLookupCondition build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<BundleLookupCondition>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classBundleLookupConditionFluentImpl<BundleLookupConditionBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBundleLookupConditionFluentImpl<BundleLookupConditionBuilder>
-
-