public class InterceptorRefFluentImpl<A extends InterceptorRefFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements InterceptorRefFluent<A>
| Constructor and Description |
|---|
InterceptorRefFluentImpl() |
InterceptorRefFluentImpl(InterceptorRef instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getApiVersion() |
String |
getKind() |
String |
getName() |
Boolean |
hasApiVersion() |
int |
hashCode() |
Boolean |
hasKind() |
Boolean |
hasName() |
String |
toString() |
A |
withApiVersion(String apiVersion) |
A |
withKind(String kind) |
A |
withName(String name) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic InterceptorRefFluentImpl()
public InterceptorRefFluentImpl(InterceptorRef instance)
public String getApiVersion()
getApiVersion in interface InterceptorRefFluent<A extends InterceptorRefFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface InterceptorRefFluent<A extends InterceptorRefFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface InterceptorRefFluent<A extends InterceptorRefFluent<A>>public String getKind()
getKind in interface InterceptorRefFluent<A extends InterceptorRefFluent<A>>public A withKind(String kind)
withKind in interface InterceptorRefFluent<A extends InterceptorRefFluent<A>>public Boolean hasKind()
hasKind in interface InterceptorRefFluent<A extends InterceptorRefFluent<A>>public String getName()
getName in interface InterceptorRefFluent<A extends InterceptorRefFluent<A>>public A withName(String name)
withName in interface InterceptorRefFluent<A extends InterceptorRefFluent<A>>public Boolean hasName()
hasName in interface InterceptorRefFluent<A extends InterceptorRefFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends InterceptorRefFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends InterceptorRefFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.