接口 UserOuterClass.User.FollowInfoOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- UserOuterClass.User
public static interface UserOuterClass.User.FollowInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明longint64 followerCount = 2;longint64 followingCount = 1;longint64 followStatus = 3;longint64 pushStatus = 4;string remarkName = 5;com.google.protobuf.ByteStringstring remarkName = 5;从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getFollowingCount
long getFollowingCount()int64 followingCount = 1;- 返回:
- The followingCount.
-
getFollowerCount
long getFollowerCount()int64 followerCount = 2;- 返回:
- The followerCount.
-
getFollowStatus
long getFollowStatus()int64 followStatus = 3;- 返回:
- The followStatus.
-
getPushStatus
long getPushStatus()int64 pushStatus = 4;- 返回:
- The pushStatus.
-
getRemarkName
String getRemarkName()string remarkName = 5;- 返回:
- The remarkName.
-
getRemarkNameBytes
com.google.protobuf.ByteString getRemarkNameBytes()string remarkName = 5;- 返回:
- The bytes for remarkName.
-