com.qualcommlabs.usercontext.protocol
Class AnalyticEvent

java.lang.Object
  extended by com.qualcommlabs.usercontext.protocol.AnalyticEvent
Direct Known Subclasses:
ContentClickedEvent, ContentDisplayedEvent, ContentNotifiedEvent

public abstract class AnalyticEvent
extends Object


Constructor Summary
AnalyticEvent()
           
 
Method Summary
abstract  boolean checkValidity()
           
 boolean equals(Object obj)
           
 Long getTime()
           
abstract  String getType()
           
 int hashCode()
           
 void setTime(Long time)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnalyticEvent

public AnalyticEvent()
Method Detail

getType

public abstract String getType()

getTime

public Long getTime()

setTime

public void setTime(Long time)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

checkValidity

public abstract boolean checkValidity()
                               throws GimbalException
Throws:
GimbalException


Copyright © 2014 Qualcomm Retail Solutions, Inc.. All Rights Reserved.