@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-01-04T09:55:14.976Z[Etc/UTC]") public class V1EventSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_COMPONENT |
static String |
SERIALIZED_NAME_HOST |
Constructor and Description |
---|
V1EventSource() |
Modifier and Type | Method and Description |
---|---|
V1EventSource |
component(String component) |
boolean |
equals(Object o) |
String |
getComponent()
Component from which the event is generated.
|
String |
getHost()
Node name on which the event is generated.
|
int |
hashCode() |
V1EventSource |
host(String host) |
void |
setComponent(String component) |
void |
setHost(String host) |
String |
toString() |
public static final String SERIALIZED_NAME_COMPONENT
public static final String SERIALIZED_NAME_HOST
public V1EventSource component(String component)
@Nullable public String getComponent()
public void setComponent(String component)
public V1EventSource host(String host)
public void setHost(String host)
Copyright © 2022. All rights reserved.