public class EventNamespace
extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EventNamespace.Builder |
| Modifier and Type | Field and Description |
|---|---|
String |
action |
String |
client |
String |
component |
String |
element |
String |
page |
String |
section |
| Constructor and Description |
|---|
EventNamespace(String client,
String page,
String section,
String component,
String element,
String action) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
public final String client
public final String page
public final String section
public final String component
public final String element
public final String action