Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1EventSource
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1EventSource
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1EventSource extends Object
EventSource contains information for an event.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_COMPONENTstatic StringJSON_PROPERTY_HOST
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1EventSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApiCoreV1EventSourcecomponent(String component)booleanequals(Object o)StringgetComponent()Component from which the event is generated.StringgetHost()Node name on which the event is generated.inthashCode()IoK8sApiCoreV1EventSourcehost(String host)voidsetComponent(String component)voidsetHost(String host)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_COMPONENT
public static final String JSON_PROPERTY_COMPONENT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_HOST
public static final String JSON_PROPERTY_HOST
- See Also:
- Constant Field Values
-
-
Method Detail
-
component
public IoK8sApiCoreV1EventSource component(String component)
-
getComponent
@Nullable public String getComponent()
Component from which the event is generated.- Returns:
- component
-
setComponent
public void setComponent(String component)
-
host
public IoK8sApiCoreV1EventSource host(String host)
-
getHost
@Nullable public String getHost()
Node name on which the event is generated.- Returns:
- host
-
setHost
public void setHost(String host)
-
-