public class V1WatchEventFluentImpl<A extends V1WatchEventFluent<A>> extends BaseFluent<A> implements V1WatchEventFluent<A>
_visitables, VISIT
Constructor and Description |
---|
V1WatchEventFluentImpl() |
V1WatchEventFluentImpl(io.kubernetes.client.openapi.models.V1WatchEvent instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Object |
getObject() |
String |
getType() |
int |
hashCode() |
Boolean |
hasObject() |
Boolean |
hasType() |
A |
withNewType(String original)
Deprecated.
|
A |
withObject(Object _object) |
A |
withType(String type) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1WatchEventFluentImpl()
public V1WatchEventFluentImpl(io.kubernetes.client.openapi.models.V1WatchEvent instance)
public Object getObject()
getObject
in interface V1WatchEventFluent<A extends V1WatchEventFluent<A>>
public A withObject(Object _object)
withObject
in interface V1WatchEventFluent<A extends V1WatchEventFluent<A>>
public Boolean hasObject()
hasObject
in interface V1WatchEventFluent<A extends V1WatchEventFluent<A>>
public String getType()
getType
in interface V1WatchEventFluent<A extends V1WatchEventFluent<A>>
public A withType(String type)
withType
in interface V1WatchEventFluent<A extends V1WatchEventFluent<A>>
public Boolean hasType()
hasType
in interface V1WatchEventFluent<A extends V1WatchEventFluent<A>>
@Deprecated public A withNewType(String original)
withNewType
in interface V1WatchEventFluent<A extends V1WatchEventFluent<A>>
Copyright © 2021. All rights reserved.