public class EventAnalyticsRequestMetadata
extends Object
| Constructor and Description |
|---|
EventAnalyticsRequestMetadata() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
EventAnalyticsRequestMetadata |
eventTextPropertyName(String eventTextPropertyName)
Returns an EventAnalyticsRequestMetadata instance initialized with event string on which analytics has to be performed
|
String |
getEventTextPropertyName()
The text property value in the event that will be looked at to perform analytics
|
int |
hashCode() |
void |
setEventTextPropertyName(String eventTextPropertyName) |
String |
toString() |
public EventAnalyticsRequestMetadata eventTextPropertyName(String eventTextPropertyName)
eventTextPropertyName - The property name of the events list objects that contains the text of the eventpublic String getEventTextPropertyName()
public void setEventTextPropertyName(String eventTextPropertyName)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object