Class V1WatchEvent
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1WatchEvent
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1WatchEvent
extends Object
Event represents a single event to a watched resource.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
JSON_PROPERTY_OBJECT
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
V1WatchEvent
-
-
Method Details
-
getObject
Object is: * If Type is Added or Modified: the new state of the object. * If Type is Deleted: the state of the object immediately before deletion. * If Type is Error: *Status is recommended; other types may make sense depending on context.- Returns:
- the object property value
-
setObject
Set the object property value -
object
Set object in a chainable fashion.- Returns:
- The same instance of V1WatchEvent for chaining.
-
getType
- Returns:
- the type property value
-
setType
Set the type property value -
type
Set type in a chainable fashion.- Returns:
- The same instance of V1WatchEvent for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-