Uses of Class
cn.thinkingdata.analytics.exception.InvalidArgumentException
-
Packages that use InvalidArgumentException Package Description cn.thinkingdata.analytics cn.thinkingdata.analytics.inter cn.thinkingdata.analytics.util -
-
Uses of InvalidArgumentException in cn.thinkingdata.analytics
Methods in cn.thinkingdata.analytics that throw InvalidArgumentException Modifier and Type Method Description voidTDAnalytics. track(String accountId, String distinctId, String eventName, Map<String,Object> properties)Report normal eventvoidThinkingDataAnalytics. track_first(String accountId, String distinctId, String eventName, Map<String,Object> properties)Deprecated.Report first eventvoidThinkingDataAnalytics. track_overwrite(String accountId, String distinctId, String eventName, String eventId, Map<String,Object> properties)Deprecated.Report overwrite eventvoidThinkingDataAnalytics. track_update(String accountId, String distinctId, String eventName, String eventId, Map<String,Object> properties)Deprecated.Report update eventvoidTDAnalytics. trackFirst(String accountId, String distinctId, String eventName, String firstCheckId, Map<String,Object> properties)Report first eventvoidTDAnalytics. trackOverwrite(String accountId, String distinctId, String eventName, String eventId, Map<String,Object> properties)Report overwrite eventvoidTDAnalytics. trackUpdate(String accountId, String distinctId, String eventName, String eventId, Map<String,Object> properties)Report update eventvoidThinkingDataAnalytics. user_add(String accountId, String distinctId, Map<String,Object> properties)Deprecated.To accumulate operations against the propertyvoidThinkingDataAnalytics. user_append(String accountId, String distinctId, Map<String,Object> properties)Deprecated.To add user properties of array typevoidThinkingDataAnalytics. user_del(String accountId, String distinctId)Deprecated.Delete a user, This operation is not reversiblevoidThinkingDataAnalytics. user_set(String accountId, String distinctId, Map<String,Object> properties)Deprecated.Set user properties.voidThinkingDataAnalytics. user_setOnce(String accountId, String distinctId, Map<String,Object> properties)Deprecated.Set user properties, this message would be neglected If such property had been set beforevoidThinkingDataAnalytics. user_uniqAppend(String accountId, String distinctId, Map<String,Object> properties)Deprecated.Append user properties to array type by unique.voidThinkingDataAnalytics. user_unset(String accountId, String distinctId, String... properties)Deprecated.Clear the user properties of usersvoidTDAnalytics. userAdd(String accountId, String distinctId, Map<String,Object> properties)To accumulate operations against the propertyvoidTDAnalytics. userAppend(String accountId, String distinctId, Map<String,Object> properties)To add user properties of array typevoidTDAnalytics. userDelete(String accountId, String distinctId)Delete a user, This operation is not reversiblevoidTDAnalytics. userSet(String accountId, String distinctId, Map<String,Object> properties)Set user properties.voidTDAnalytics. userSetOnce(String accountId, String distinctId, Map<String,Object> properties)Set user properties, this message would be neglected If such property had been set beforevoidTDAnalytics. userUniqAppend(String accountId, String distinctId, Map<String,Object> properties)Append user properties to array type by unique.voidTDAnalytics. userUnset(String accountId, String distinctId, String... properties)Clear the user properties of users -
Uses of InvalidArgumentException in cn.thinkingdata.analytics.inter
Methods in cn.thinkingdata.analytics.inter that throw InvalidArgumentException Modifier and Type Method Description voidITDAnalytics. track(String accountId, String distinctId, String eventName, Map<String,Object> properties)report eventvoidIThinkingDataAnalytics. track(String accountId, String distinctId, String eventName, Map<String,Object> properties)Deprecated.report eventvoidIThinkingDataAnalytics. track_first(String accountId, String distinctId, String eventName, Map<String,Object> properties)Deprecated.first eventvoidIThinkingDataAnalytics. track_overwrite(String accountId, String distinctId, String eventName, String eventId, Map<String,Object> properties)Deprecated.voidIThinkingDataAnalytics. track_update(String accountId, String distinctId, String eventName, String eventId, Map<String,Object> properties)Deprecated.voidITDAnalytics. trackFirst(String accountId, String distinctId, String eventName, String firstCheckId, Map<String,Object> properties)first eventvoidITDAnalytics. trackOverwrite(String accountId, String distinctId, String eventName, String eventId, Map<String,Object> properties)voidITDAnalytics. trackUpdate(String accountId, String distinctId, String eventName, String eventId, Map<String,Object> properties)voidIThinkingDataAnalytics. user_add(String accountId, String distinctId, Map<String,Object> properties)Deprecated.to accumulate operations against the propertyvoidIThinkingDataAnalytics. user_append(String accountId, String distinctId, Map<String,Object> properties)Deprecated.to add user properties of array typevoidIThinkingDataAnalytics. user_del(String accountId, String distinctId)Deprecated.delete uservoidIThinkingDataAnalytics. user_set(String accountId, String distinctId, Map<String,Object> properties)Deprecated.set user properties.voidIThinkingDataAnalytics. user_setOnce(String accountId, String distinctId, Map<String,Object> properties)Deprecated.set user properties.voidIThinkingDataAnalytics. user_uniqAppend(String accountId, String distinctId, Map<String,Object> properties)Deprecated.append user properties to array type by unique.voidIThinkingDataAnalytics. user_unset(String accountId, String distinctId, String... properties)Deprecated.clear the user properties of usersvoidITDAnalytics. userAdd(String accountId, String distinctId, Map<String,Object> properties)to accumulate operations against the propertyvoidITDAnalytics. userAppend(String accountId, String distinctId, Map<String,Object> properties)to add user properties of array typevoidITDAnalytics. userDelete(String accountId, String distinctId)delete user (not recommended)voidITDAnalytics. userSet(String accountId, String distinctId, Map<String,Object> properties)set user properties.voidITDAnalytics. userSetOnce(String accountId, String distinctId, Map<String,Object> properties)set user properties.voidITDAnalytics. userUniqAppend(String accountId, String distinctId, Map<String,Object> properties)append user properties to array type by unique.voidITDAnalytics. userUnset(String accountId, String distinctId, String... properties)clear the user properties of users -
Uses of InvalidArgumentException in cn.thinkingdata.analytics.util
Methods in cn.thinkingdata.analytics.util that throw InvalidArgumentException Modifier and Type Method Description static voidTDPropertyUtil. assertProperties(Map<String,Object> properties, TDConstData.DataType type)check propertiesstatic voidTDPropertyUtil. mergeProperties(Map<String,Object> desProperties, Map<String,Object>... sourceProperties)combine properties by sort.static voidTDCommonUtil. throwEmptyException(String value, String exceptionMsg)is value empty or not
-