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