接口 WebCommentFeedOuterClass.WebCommentFeedOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public static interface WebCommentFeedOuterClass.WebCommentFeedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明getColor()string color = 6;com.google.protobuf.ByteStringstring color = 6;string content = 3;com.google.protobuf.ByteStringstring content = 3;string deviceHash = 4;com.google.protobuf.ByteStringstring deviceHash = 4;getId()string id = 1;com.google.protobuf.ByteStringstring id = 1;.LiveAudienceState senderState = 8;.LiveAudienceState senderState = 8;.WebCommentFeedShowType showType = 7;int.WebCommentFeedShowType showType = 7;longuint64 sortRank = 5;getUser().SimpleUserInfo user = 2;.SimpleUserInfo user = 2;boolean.LiveAudienceState senderState = 8;booleanhasUser().SimpleUserInfo user = 2;从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getId
String getId()string id = 1;- 返回:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string id = 1;- 返回:
- The bytes for id.
-
hasUser
boolean hasUser().SimpleUserInfo user = 2;- 返回:
- Whether the user field is set.
-
getUser
SimpleUserInfoOuterClass.SimpleUserInfo getUser().SimpleUserInfo user = 2;- 返回:
- The user.
-
getUserOrBuilder
SimpleUserInfoOuterClass.SimpleUserInfoOrBuilder getUserOrBuilder().SimpleUserInfo user = 2; -
getContent
String getContent()string content = 3;- 返回:
- The content.
-
getContentBytes
com.google.protobuf.ByteString getContentBytes()string content = 3;- 返回:
- The bytes for content.
-
getDeviceHash
String getDeviceHash()string deviceHash = 4;- 返回:
- The deviceHash.
-
getDeviceHashBytes
com.google.protobuf.ByteString getDeviceHashBytes()string deviceHash = 4;- 返回:
- The bytes for deviceHash.
-
getSortRank
long getSortRank()uint64 sortRank = 5;- 返回:
- The sortRank.
-
getColor
String getColor()string color = 6;- 返回:
- The color.
-
getColorBytes
com.google.protobuf.ByteString getColorBytes()string color = 6;- 返回:
- The bytes for color.
-
getShowTypeValue
int getShowTypeValue().WebCommentFeedShowType showType = 7;- 返回:
- The enum numeric value on the wire for showType.
-
getShowType
WebCommentFeedShowTypeOuterClass.WebCommentFeedShowType getShowType().WebCommentFeedShowType showType = 7;- 返回:
- The showType.
-
hasSenderState
boolean hasSenderState().LiveAudienceState senderState = 8;- 返回:
- Whether the senderState field is set.
-
getSenderState
LiveAudienceStateOuterClass.LiveAudienceState getSenderState().LiveAudienceState senderState = 8;- 返回:
- The senderState.
-
getSenderStateOrBuilder
LiveAudienceStateOuterClass.LiveAudienceStateOrBuilder getSenderStateOrBuilder().LiveAudienceState senderState = 8;
-