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