public class ConfigMapWatchEvent
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ConfigMapWatchEvent.EventType
The type of the event occurred.
|
Constructor and Description |
---|
ConfigMapWatchEvent()
The default constructor.
|
ConfigMapWatchEvent(ConfigMapWatchEvent.EventType type) |
Modifier and Type | Method and Description |
---|---|
ConfigMap |
getObject() |
ConfigMapWatchEvent.EventType |
getType() |
void |
setObject(ConfigMap object) |
void |
setType(ConfigMapWatchEvent.EventType type) |
java.lang.String |
toString() |
public ConfigMapWatchEvent()
public ConfigMapWatchEvent(ConfigMapWatchEvent.EventType type)
type
- the event typepublic ConfigMapWatchEvent.EventType getType()
ConfigMapWatchEvent.EventType
public void setType(ConfigMapWatchEvent.EventType type)
type
- the ConfigMapWatchEvent.EventType
public java.lang.String toString()
toString
in class java.lang.Object