Package com.mypurecloud.sdk.v2.model
Class TweetUsage
java.lang.Object
com.mypurecloud.sdk.v2.model.TweetUsage
- All Implemented Interfaces:
Serializable
TweetUsage
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe start of the usage period for the currently consumed tweets.booleaninthashCode()ingestionLimit(Long ingestionLimit) Ingestion limitvoidsetDateStart(Date dateStart) voidsetIngestionLimit(Long ingestionLimit) voidsetTweetCount(Long tweetCount) toString()tweetCount(Long tweetCount) The number of tweets consumed
-
Constructor Details
-
TweetUsage
public TweetUsage() -
TweetUsage
-
-
Method Details
-
ingestionLimit
Ingestion limit -
getIngestionLimit
-
setIngestionLimit
-
tweetCount
The number of tweets consumed -
getTweetCount
-
setTweetCount
-
dateStart
The start of the usage period for the currently consumed tweets. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateStart
-
setDateStart
-
equals
-
hashCode
public int hashCode() -
toString
-