Class InstagramStoryInsightsValue
java.lang.Object
com.restfb.types.webhook.ChangeValue
com.restfb.types.webhook.instagram.InstagramStoryInsightsValue
public class InstagramStoryInsightsValue extends ChangeValue
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.webhook.ChangeValue
ChangeValue.Verb
-
Constructor Summary
Constructors Constructor Description InstagramStoryInsightsValue()
-
Method Summary
Modifier and Type Method Description Long
getExits()
Long
getImpressions()
String
getMediaId()
Long
getReach()
Long
getReplies()
Long
getTapsBack()
Long
getTapsForward()
void
setExits(Long exits)
void
setImpressions(Long impressions)
void
setMediaId(String mediaId)
void
setReach(Long reach)
void
setReplies(Long replies)
void
setTapsBack(Long tapsBack)
void
setTapsForward(Long tapsForward)
Methods inherited from class com.restfb.types.webhook.ChangeValue
convertChangeValue, equals, hashCode, toString
-
Constructor Details
-
InstagramStoryInsightsValue
public InstagramStoryInsightsValue()
-
-
Method Details
-
getMediaId
-
setMediaId
-
getExits
-
setExits
-
getReplies
-
setReplies
-
getReach
-
setReach
-
getTapsForward
-
setTapsForward
-
getTapsBack
-
setTapsBack
-
getImpressions
-
setImpressions
-