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()
id
public EventActor withId(String id)
id
@CheckForNull public Map<String,String> getAttributes()
attributes
public EventActor withAttributes(Map<String,String> attributes)
attributes
Copyright © 2017. All Rights Reserved.