public class EventActor extends Object implements Serializable
| Constructor and Description |
|---|
EventActor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getAttributes() |
String |
getId() |
int |
hashCode() |
String |
toString() |
EventActor |
withAttributes(Map<String,String> attributes) |
EventActor |
withId(String id) |
@CheckForNull public String getId()
idpublic EventActor withId(String id)
id@CheckForNull public Map<String,String> getAttributes()
attributespublic EventActor withAttributes(Map<String,String> attributes)
attributesCopyright © 2017. All Rights Reserved.