Interface AppFrameProtoOut.PasteRequestMsgOutProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()
      optional string message = 2;
      com.google.protobuf.ByteString getMessageBytes()
      optional string message = 2;
      java.lang.String getTitle()
      optional string title = 1;
      com.google.protobuf.ByteString getTitleBytes()
      optional string title = 1;
      boolean hasMessage()
      optional string message = 2;
      boolean hasTitle()
      optional string title = 1;
      • 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 Detail

      • hasTitle

        boolean hasTitle()
        optional string title = 1;
      • getTitle

        java.lang.String getTitle()
        optional string title = 1;
      • getTitleBytes

        com.google.protobuf.ByteString getTitleBytes()
        optional string title = 1;
      • hasMessage

        boolean hasMessage()
        optional string message = 2;
      • getMessage

        java.lang.String getMessage()
        optional string message = 2;
      • getMessageBytes

        com.google.protobuf.ByteString getMessageBytes()
        optional string message = 2;