Interface Webswing.PasteEventMsgInProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getHtml()
      optional string html = 2;
      com.google.protobuf.ByteString getHtmlBytes()
      optional string html = 2;
      String getImg()
      optional string img = 3;
      com.google.protobuf.ByteString getImgBytes()
      optional string img = 3;
      boolean getSpecial()
      optional bool special = 4;
      String getText()
      optional string text = 1;
      com.google.protobuf.ByteString getTextBytes()
      optional string text = 1;
      boolean hasHtml()
      optional string html = 2;
      boolean hasImg()
      optional string img = 3;
      boolean hasSpecial()
      optional bool special = 4;
      boolean hasText()
      optional string text = 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

      • hasText

        boolean hasText()
        optional string text = 1;
      • getText

        String getText()
        optional string text = 1;
      • getTextBytes

        com.google.protobuf.ByteString getTextBytes()
        optional string text = 1;
      • hasHtml

        boolean hasHtml()
        optional string html = 2;
      • getHtml

        String getHtml()
        optional string html = 2;
      • getHtmlBytes

        com.google.protobuf.ByteString getHtmlBytes()
        optional string html = 2;
      • hasImg

        boolean hasImg()
        optional string img = 3;
      • getImg

        String getImg()
        optional string img = 3;
      • getImgBytes

        com.google.protobuf.ByteString getImgBytes()
        optional string img = 3;
      • hasSpecial

        boolean hasSpecial()
        optional bool special = 4;
      • getSpecial

        boolean getSpecial()
        optional bool special = 4;