public class ImmutableResponderEvent extends Object implements BaseResponderEvent
Constructor and Description |
---|
ImmutableResponderEvent(String eventName,
Map<String,String> fields) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getEventName()
Returns the event name that this event will send.
|
String |
getField(String fieldName)
Returns the field value with the specified field name.
|
Map<String,String> |
getFields()
Returns the current fields that have been added to this event.
|
int |
hashCode() |
public String getEventName()
BaseResponderEvent
getEventName
in interface BaseResponderEvent
public String getField(String fieldName)
BaseResponderEvent
getField
in interface BaseResponderEvent
fieldName
- The name of the fieldpublic Map<String,String> getFields()
BaseResponderEvent
getFields
in interface BaseResponderEvent
Copyright © 2015 Caplin Systems.