Package com.intercom.api.types
Class ArticleStatistics
java.lang.Object
com.intercom.api.types.ArticleStatistics
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Method Summary
-
Method Details
-
getType
- Returns:
- The type of object -
article_statistics.
-
getViews
public int getViews()- Returns:
- The number of total views the article has received.
-
getConversions
public int getConversions()- Returns:
- The number of conversations started from the article.
-
getReactions
public int getReactions()- Returns:
- The number of total reactions the article has received.
-
getHappyReactionPercentage
public float getHappyReactionPercentage()- Returns:
- The percentage of happy reactions the article has received against other types of reaction.
-
getNeutralReactionPercentage
public float getNeutralReactionPercentage()- Returns:
- The percentage of neutral reactions the article has received against other types of reaction.
-
getSadReactionPercentage
public float getSadReactionPercentage()- Returns:
- The percentage of sad reactions the article has received against other types of reaction.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-