Package com.fullcontact.apilib.stats
Interface FCStats
public interface FCStats
Interface which can be implemented for getting stats for a particular request
-
Method Summary
Modifier and Type Method Description intcompanyEnrichResponseCode(int code)longcompanyEnrichResponseTime(long time)intcompanySearchResponseCode(int code)longcompanySearchResponseTime(long time)intpersonEnrichResponseCode(int code)longpersonEnrichResponseTime(long time)
-
Method Details
-
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)
-