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 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;
    • getShareType

      long getShareType()
      uint64 shareType = 3;
      Returns:
      The shareType.
    • getAction

      long getAction()
      uint64 action = 4;
      Returns:
      The action.
    • getShareTarget

      String getShareTarget()
      string shareTarget = 5;
      Returns:
      The shareTarget.
    • getShareTargetBytes

      com.google.protobuf.ByteString getShareTargetBytes()
      string shareTarget = 5;
      Returns:
      The bytes for shareTarget.
    • 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;