public class InterceptorParamsFluentImpl<A extends InterceptorParamsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements InterceptorParamsFluent<A>
| Constructor and Description |
|---|
InterceptorParamsFluentImpl() |
InterceptorParamsFluentImpl(InterceptorParams instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
Object |
getValue() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasValue() |
String |
toString() |
A |
withName(String name) |
A |
withValue(Object value) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic InterceptorParamsFluentImpl()
public InterceptorParamsFluentImpl(InterceptorParams instance)
public String getName()
getName in interface InterceptorParamsFluent<A extends InterceptorParamsFluent<A>>public A withName(String name)
withName in interface InterceptorParamsFluent<A extends InterceptorParamsFluent<A>>public Boolean hasName()
hasName in interface InterceptorParamsFluent<A extends InterceptorParamsFluent<A>>public Object getValue()
getValue in interface InterceptorParamsFluent<A extends InterceptorParamsFluent<A>>public A withValue(Object value)
withValue in interface InterceptorParamsFluent<A extends InterceptorParamsFluent<A>>public Boolean hasValue()
hasValue in interface InterceptorParamsFluent<A extends InterceptorParamsFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends InterceptorParamsFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends InterceptorParamsFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.