Package com.mypurecloud.sdk.v2.model
Class TwitterDataHistoricalTweetResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.TwitterDataHistoricalTweetResponse
- All Implemented Interfaces:
Serializable
TwitterDataHistoricalTweetResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()matchingTweets(Long matchingTweets) The count of matching tweets using the searchTerms.previousNumberOfDays(Integer previousNumberOfDays) The number of days used for the queryvoidsetMatchingTweets(Long matchingTweets) voidsetPreviousNumberOfDays(Integer previousNumberOfDays) voidsetUsageStatistics(TweetUsage usageStatistics) toString()usageStatistics(TweetUsage usageStatistics) The tweet usage of the org
-
Constructor Details
-
TwitterDataHistoricalTweetResponse
public TwitterDataHistoricalTweetResponse() -
TwitterDataHistoricalTweetResponse
-
-
Method Details
-
matchingTweets
The count of matching tweets using the searchTerms. -
getMatchingTweets
-
setMatchingTweets
-
previousNumberOfDays
The number of days used for the query -
getPreviousNumberOfDays
-
setPreviousNumberOfDays
-
usageStatistics
The tweet usage of the org -
getUsageStatistics
-
setUsageStatistics
-
equals
-
hashCode
public int hashCode() -
toString
-