Interface FollowInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FollowInfo, FollowInfo.Builder

public interface FollowInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 followerCount = 2;
    string followerCountStr = 6;
    com.google.protobuf.ByteString
    string followerCountStr = 6;
    long
    uint64 followingCount = 1;
    string followingCountStr = 7;
    com.google.protobuf.ByteString
    string followingCountStr = 7;
    long
    uint64 followStatus = 3;
    long
    uint64 pushStatus = 4;
    string remarkName = 5;
    com.google.protobuf.ByteString
    string remarkName = 5;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getFollowingCount

      long getFollowingCount()
      uint64 followingCount = 1;
      Returns:
      The followingCount.
    • getFollowerCount

      long getFollowerCount()
      uint64 followerCount = 2;
      Returns:
      The followerCount.
    • getFollowStatus

      long getFollowStatus()
      uint64 followStatus = 3;
      Returns:
      The followStatus.
    • getPushStatus

      long getPushStatus()
      uint64 pushStatus = 4;
      Returns:
      The pushStatus.
    • getRemarkName

      String getRemarkName()
      string remarkName = 5;
      Returns:
      The remarkName.
    • getRemarkNameBytes

      com.google.protobuf.ByteString getRemarkNameBytes()
      string remarkName = 5;
      Returns:
      The bytes for remarkName.
    • getFollowerCountStr

      String getFollowerCountStr()
      string followerCountStr = 6;
      Returns:
      The followerCountStr.
    • getFollowerCountStrBytes

      com.google.protobuf.ByteString getFollowerCountStrBytes()
      string followerCountStr = 6;
      Returns:
      The bytes for followerCountStr.
    • getFollowingCountStr

      String getFollowingCountStr()
      string followingCountStr = 7;
      Returns:
      The followingCountStr.
    • getFollowingCountStrBytes

      com.google.protobuf.ByteString getFollowingCountStrBytes()
      string followingCountStr = 7;
      Returns:
      The bytes for followingCountStr.