Interface SocialMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SocialMessage,SocialMessage.Builder
public interface SocialMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 action = 4;.Common common = 1;.Common common = 1;longuint64 followCount = 6;.PublicAreaCommon publicAreaCommon = 7;.PublicAreaCommon publicAreaCommon = 7;string shareTarget = 5;com.google.protobuf.ByteStringstring shareTarget = 5;longuint64 shareType = 3;getUser().User user = 2;.User user = 2;boolean.Common common = 1;boolean.PublicAreaCommon publicAreaCommon = 7;booleanhasUser().User user = 2;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
-
hasCommon
boolean hasCommon().Common common = 1;- Returns:
- Whether the common field is set.
-
getCommon
Common getCommon().Common common = 1;- Returns:
- The common.
-
getCommonOrBuilder
CommonOrBuilder getCommonOrBuilder().Common common = 1; -
hasUser
boolean hasUser().User user = 2;- Returns:
- Whether the user field is set.
-
getUser
User getUser().User user = 2;- Returns:
- The user.
-
getUserOrBuilder
UserOrBuilder getUserOrBuilder().User user = 2; -
getAction
long getAction()uint64 action = 4;- Returns:
- The action.
-
getFollowCount
long getFollowCount()uint64 followCount = 6;- Returns:
- The followCount.
-
hasPublicAreaCommon
boolean hasPublicAreaCommon().PublicAreaCommon publicAreaCommon = 7;- Returns:
- Whether the publicAreaCommon field is set.
-
getPublicAreaCommon
PublicAreaCommon getPublicAreaCommon().PublicAreaCommon publicAreaCommon = 7;- Returns:
- The publicAreaCommon.
-
getPublicAreaCommonOrBuilder
PublicAreaCommonOrBuilder getPublicAreaCommonOrBuilder().PublicAreaCommon publicAreaCommon = 7;
-