public class InterceptorParamsBuilder extends InterceptorParamsFluentImpl<InterceptorParamsBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<InterceptorParams,InterceptorParamsBuilder>
| Constructor and Description |
|---|
InterceptorParamsBuilder() |
InterceptorParamsBuilder(Boolean validationEnabled) |
InterceptorParamsBuilder(InterceptorParams instance) |
InterceptorParamsBuilder(InterceptorParams instance,
Boolean validationEnabled) |
InterceptorParamsBuilder(InterceptorParamsFluent<?> fluent) |
InterceptorParamsBuilder(InterceptorParamsFluent<?> fluent,
Boolean validationEnabled) |
InterceptorParamsBuilder(InterceptorParamsFluent<?> fluent,
InterceptorParams instance) |
InterceptorParamsBuilder(InterceptorParamsFluent<?> fluent,
InterceptorParams instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
InterceptorParams |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
getName, getValue, hasName, hasValue, withName, withNewName, withValueaccept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic InterceptorParamsBuilder()
public InterceptorParamsBuilder(Boolean validationEnabled)
public InterceptorParamsBuilder(InterceptorParamsFluent<?> fluent)
public InterceptorParamsBuilder(InterceptorParamsFluent<?> fluent, Boolean validationEnabled)
public InterceptorParamsBuilder(InterceptorParamsFluent<?> fluent, InterceptorParams instance)
public InterceptorParamsBuilder(InterceptorParamsFluent<?> fluent, InterceptorParams instance, Boolean validationEnabled)
public InterceptorParamsBuilder(InterceptorParams instance)
public InterceptorParamsBuilder(InterceptorParams instance, Boolean validationEnabled)
public InterceptorParams build()
build in interface io.fabric8.kubernetes.api.builder.Builder<InterceptorParams>public boolean equals(Object o)
equals in class InterceptorParamsFluentImpl<InterceptorParamsBuilder>public int hashCode()
hashCode in class InterceptorParamsFluentImpl<InterceptorParamsBuilder>Copyright © 2015–2020 Red Hat. All rights reserved.