Class GetNumberOfFollowersResponse


  • public final class GetNumberOfFollowersResponse
    extends java.lang.Object
    • Method Detail

      • getFollowers

        public java.lang.Long getFollowers()
        The number of times, as of the specified date, that a user added this LINE official account as a friend for the first time. The number doesn't decrease even if a user later blocks the account or when they delete their LINE account.
      • getTargetedReaches

        public java.lang.Long getTargetedReaches()
        The number of users, as of the specified date, that the official account can reach through targeted messages based on gender, age, and/or region. This number only includes users who are active on LINE or LINE services and whose demographics have a high level of certainty.
      • getBlocks

        public java.lang.Long getBlocks()
        The number of users blocking the account as of the specified date. The number decreases when a user unblocks the account.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object