Package 

Class TDUpdatableEvent


  • 
    public class TDUpdatableEvent
    extends TDEventModel
                        

    Events that can be updated. Corresponds to the track_update operation. In some scenarios, attributes in the event table need to be updated. You can create a TDUpdatableEvent and pass in an eventId identifying this data point. Upon receiving such a request, the server uses the current attribute to override the previous attribute of the same name in the corresponding data of the eventId.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class cn.thinkingdata.analytics.ThinkingAnalyticsEvent

        setEventTime, setEventTime
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TDUpdatableEvent

        TDUpdatableEvent(String eventName, JSONObject properties, String eventId)