public abstract class Event extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Event.Actor |
static class |
Event.Type |
| Constructor and Description |
|---|
Event() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
action()
Event action.
|
abstract Event.Actor |
actor()
Event actor.
|
abstract String |
from()
Deprecated.
Use the "image" attribute in the
Event.Actor.attributes()
map from actor() |
abstract String |
id()
Deprecated.
Use the
Event.Actor.id()
field from actor() |
abstract String |
status()
Deprecated.
Use
action() instead |
abstract Date |
time() |
abstract Long |
timeNano() |
abstract Event.Type |
type() |
@Deprecated @Nullable public abstract String status()
action() instead@Deprecated @Nullable public abstract String id()
Event.Actor.id()
field from actor()@Deprecated @Nullable public abstract String from()
Event.Actor.attributes()
map from actor()@Nullable public abstract Event.Type type()
@Nullable public abstract Event.Actor actor()
Event.Actorpublic abstract Date time()
Copyright © 2019. All rights reserved.