Interface Webswing.CopyEventMsgProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFiles​(int index)
      repeated string files = 4;
      com.google.protobuf.ByteString getFilesBytes​(int index)
      repeated string files = 4;
      int getFilesCount()
      repeated string files = 4;
      List<String> getFilesList()
      repeated string files = 4;
      String getHtml()
      optional string html = 2;
      com.google.protobuf.ByteString getHtmlBytes()
      optional string html = 2;
      com.google.protobuf.ByteString getImg()
      optional bytes img = 3;
      boolean getOther()
      optional bool other = 5;
      String getText()
      optional string text = 1;
      com.google.protobuf.ByteString getTextBytes()
      optional string text = 1;
      boolean hasHtml()
      optional string html = 2;
      boolean hasImg()
      optional bytes img = 3;
      boolean hasOther()
      optional bool other = 5;
      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 bytes img = 3;
      • getImg

        com.google.protobuf.ByteString getImg()
        optional bytes img = 3;
      • getFilesList

        List<String> getFilesList()
        repeated string files = 4;
      • getFilesCount

        int getFilesCount()
        repeated string files = 4;
      • getFiles

        String getFiles​(int index)
        repeated string files = 4;
      • getFilesBytes

        com.google.protobuf.ByteString getFilesBytes​(int index)
        repeated string files = 4;
      • hasOther

        boolean hasOther()
        optional bool other = 5;
      • getOther

        boolean getOther()
        optional bool other = 5;