public static interface Webswing.CopyEventMsgProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasText()
optional string text = 1;String getText()
optional string text = 1;com.google.protobuf.ByteString getTextBytes()
optional string text = 1;boolean hasHtml()
optional string html = 2;String getHtml()
optional string html = 2;com.google.protobuf.ByteString getHtmlBytes()
optional string html = 2;boolean hasImg()
optional bytes img = 3;com.google.protobuf.ByteString getImg()
optional bytes img = 3;int getFilesCount()
repeated string files = 4;String getFiles(int index)
repeated string files = 4;com.google.protobuf.ByteString getFilesBytes(int index)
repeated string files = 4;boolean hasOther()
optional bool other = 5;boolean getOther()
optional bool other = 5;Copyright © 2018. All rights reserved.