Package com.fullcontact.apilib.stats
Interface FCStats
-
public interface FCStatsInterface which can be implemented for getting stats for a particular request
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcompanyEnrichResponseCode(int code)longcompanyEnrichResponseTime(long time)intcompanySearchResponseCode(int code)longcompanySearchResponseTime(long time)intpersonEnrichResponseCode(int code)longpersonEnrichResponseTime(long time)
-
-
-
Method Detail
-
personEnrichResponseTime
long personEnrichResponseTime(long time)
-
companyEnrichResponseTime
long companyEnrichResponseTime(long time)
-
companySearchResponseTime
long companySearchResponseTime(long time)
-
personEnrichResponseCode
int personEnrichResponseCode(int code)
-
companyEnrichResponseCode
int companyEnrichResponseCode(int code)
-
companySearchResponseCode
int companySearchResponseCode(int code)
-
-