public class WatchEventFluentImpl<A extends WatchEventFluent<A>> extends BaseFluent<A> implements WatchEventFluent<A>
_visitables| Constructor and Description |
|---|
WatchEventFluentImpl() |
WatchEventFluentImpl(WatchEvent instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
KubernetesResource |
getObject() |
String |
getType() |
A |
withObject(KubernetesResource object) |
A |
withType(String type) |
public WatchEventFluentImpl()
public WatchEventFluentImpl(WatchEvent instance)
public KubernetesResource getObject()
getObject in interface WatchEventFluent<A extends WatchEventFluent<A>>public A withObject(KubernetesResource object)
withObject in interface WatchEventFluent<A extends WatchEventFluent<A>>public String getType()
getType in interface WatchEventFluent<A extends WatchEventFluent<A>>public A withType(String type)
withType in interface WatchEventFluent<A extends WatchEventFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.