Interface PrivateChatReqOuterClass.PrivateChatReqOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PrivateChatReqOuterClass.PrivateChatReq, PrivateChatReqOuterClass.PrivateChatReq.Builder
Enclosing class:
PrivateChatReqOuterClass

public static interface PrivateChatReqOuterClass.PrivateChatReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
     
    int
    uint32 icon = 8;
    int
    uint32 target_uid = 13;
    string text = 14;
    com.google.protobuf.ByteString
    string text = 14;
    boolean
    uint32 icon = 8;
    boolean
    string text = 14;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getTargetUid

      int getTargetUid()
      uint32 target_uid = 13;
      Returns:
      The targetUid.
    • hasText

      boolean hasText()
      string text = 14;
      Returns:
      Whether the text field is set.
    • getText

      String getText()
      string text = 14;
      Returns:
      The text.
    • getTextBytes

      com.google.protobuf.ByteString getTextBytes()
      string text = 14;
      Returns:
      The bytes for text.
    • hasIcon

      boolean hasIcon()
      uint32 icon = 8;
      Returns:
      Whether the icon field is set.
    • getIcon

      int getIcon()
      uint32 icon = 8;
      Returns:
      The icon.
    • getContentCase