Class V1EventSource
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1EventSource
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1EventSource
extends Object
EventSource contains information for an event.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSet component in a chainable fashion.boolean
Component from which the event is generated.getHost()
Node name on which the event is generated.int
hashCode()
Set host in a chainable fashion.void
setComponent
(String component) Set the component property valuevoid
Set the host property valuetoString()
-
Field Details
-
JSON_PROPERTY_COMPONENT
- See Also:
-
JSON_PROPERTY_HOST
- See Also:
-
-
Constructor Details
-
V1EventSource
public V1EventSource()
-
-
Method Details
-
getComponent
Component from which the event is generated.- Returns:
- the component property value
-
setComponent
Set the component property value -
component
Set component in a chainable fashion.- Returns:
- The same instance of V1EventSource for chaining.
-
getHost
Node name on which the event is generated.- Returns:
- the host property value
-
setHost
Set the host property value -
host
Set host in a chainable fashion.- Returns:
- The same instance of V1EventSource for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-