接口 WebShareFeedOuterClass.WebShareFeedOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public static interface WebShareFeedOuterClass.WebShareFeedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明string deviceHash = 7;com.google.protobuf.ByteStringstring deviceHash = 7;getId()string id = 1;com.google.protobuf.ByteStringstring id = 1;.WebLiveAssistantType liveAssistantType = 6;int.WebLiveAssistantType liveAssistantType = 6;longuint64 sortRank = 5;intuint32 thirdPartyPlatform = 4;longgetTime()uint64 time = 3;getUser().SimpleUserInfo user = 2;.SimpleUserInfo user = 2;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; -
getTime
long getTime()uint64 time = 3;- 返回:
- The time.
-
getThirdPartyPlatform
int getThirdPartyPlatform()uint32 thirdPartyPlatform = 4;- 返回:
- The thirdPartyPlatform.
-
getSortRank
long getSortRank()uint64 sortRank = 5;- 返回:
- The sortRank.
-
getLiveAssistantTypeValue
int getLiveAssistantTypeValue().WebLiveAssistantType liveAssistantType = 6;- 返回:
- The enum numeric value on the wire for liveAssistantType.
-
getLiveAssistantType
WebLiveAssistantTypeOuterClass.WebLiveAssistantType getLiveAssistantType().WebLiveAssistantType liveAssistantType = 6;- 返回:
- The liveAssistantType.
-
getDeviceHash
String getDeviceHash()string deviceHash = 7;- 返回:
- The deviceHash.
-
getDeviceHashBytes
com.google.protobuf.ByteString getDeviceHashBytes()string deviceHash = 7;- 返回:
- The bytes for deviceHash.
-