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() |
A |
withApiVersion(String apiVersion) |
A |
withKind(String kind) |
A |
withName(String name) |
A |
withNewApiVersion(String arg0)
Deprecated.
|
A |
withNewKind(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
public 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>>@Deprecated public A withNewApiVersion(String arg0)
withNewApiVersion 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>>@Deprecated public A withNewKind(String arg0)
withNewKind 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>>@Deprecated public A withNewName(String arg0)
withNewName in interface InterceptorRefFluent<A extends InterceptorRefFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.