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 TypeMethodDescriptionlonguint64 followerCount = 2;string followerCountStr = 6;com.google.protobuf.ByteStringstring followerCountStr = 6;longuint64 followingCount = 1;string followingCountStr = 7;com.google.protobuf.ByteStringstring followingCountStr = 7;longuint64 followStatus = 3;longuint64 pushStatus = 4;string remarkName = 5;com.google.protobuf.ByteStringstring remarkName = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-