クラス GetNumberOfFollowersResponse

java.lang.Object
com.linecorp.bot.model.response.GetNumberOfFollowersResponse

public final class GetNumberOfFollowersResponse
extends java.lang.Object
  • メソッドの詳細

    • builder

    • getStatus

      Calculation status.
    • 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)
      オーバーライド:
      equals クラス内 java.lang.Object
    • hashCode

      public int hashCode()
      オーバーライド:
      hashCode クラス内 java.lang.Object
    • toString

      public java.lang.String toString()
      オーバーライド:
      toString クラス内 java.lang.Object