public abstract class AbstractBotometerClient extends Object implements BotometerClient, BotometerRawOperations, BotometerOperations
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
AbstractBotometerClient() |
| Modifier and Type | Method and Description |
|---|---|
ClassificationResult |
checkAccount(AccountData accountData) |
ClassificationResult |
checkAccount(byte[] userJson,
byte[] timelineJson,
byte[] mentionsJson) |
ClassificationResult |
checkAccount(String accountDataJson) |
ClassificationResult |
checkAccount(String userJson,
String timelineJson,
String mentionsJson) |
ClassificationResult |
checkAccount(User user,
List<Tweet> timeline,
List<Tweet> mentions) |
BotometerOperations |
getBotometerOperations() |
com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
BotometerRawOperations |
getRawOperations() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckAccountpublic BotometerOperations getBotometerOperations()
getBotometerOperations in interface BotometerClientpublic BotometerRawOperations getRawOperations()
getRawOperations in interface BotometerClientpublic ClassificationResult checkAccount(AccountData accountData) throws BotometerException, IOException
checkAccount in interface BotometerOperationsBotometerExceptionIOExceptionpublic ClassificationResult checkAccount(User user, List<Tweet> timeline, List<Tweet> mentions) throws BotometerException, IOException
checkAccount in interface BotometerOperationsBotometerExceptionIOExceptionpublic ClassificationResult checkAccount(String accountDataJson) throws BotometerException, IOException
checkAccount in interface BotometerRawOperationsBotometerExceptionIOExceptionpublic ClassificationResult checkAccount(String userJson, String timelineJson, String mentionsJson) throws BotometerException, IOException
checkAccount in interface BotometerRawOperationsBotometerExceptionIOExceptionpublic ClassificationResult checkAccount(byte[] userJson, byte[] timelineJson, byte[] mentionsJson) throws BotometerException, IOException
checkAccount in interface BotometerRawOperationsBotometerExceptionIOExceptionpublic com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
Copyright © 2019 FJOBI Labs Softwareentwicklung - Felix Jordan. All rights reserved.