@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-08T04:59:41.589Z[Etc/UTC]") public class V1WatchEvent extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_OBJECT |
static String |
SERIALIZED_NAME_TYPE |
Constructor and Description |
---|
V1WatchEvent() |
Modifier and Type | Method and Description |
---|---|
V1WatchEvent |
_object(Object _object) |
boolean |
equals(Object o) |
Object |
getObject()
Object is: * If Type is Added or Modified: the new state of the object.
|
String |
getType()
Get type
|
int |
hashCode() |
void |
setObject(Object _object) |
void |
setType(String type) |
String |
toString() |
V1WatchEvent |
type(String type) |
public static final String SERIALIZED_NAME_OBJECT
public static final String SERIALIZED_NAME_TYPE
public V1WatchEvent _object(Object _object)
public Object getObject()
public void setObject(Object _object)
public V1WatchEvent type(String type)
public String getType()
public void setType(String type)
Copyright © 2022. All rights reserved.