Interface AppFrameProtoOut.CopyEventMsgOutProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppFrameProtoOut.CopyEventMsgOutProto,AppFrameProtoOut.CopyEventMsgOutProto.Builder
- Enclosing class:
- AppFrameProtoOut
public static interface AppFrameProtoOut.CopyEventMsgOutProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFiles(int index)repeated string files = 4;com.google.protobuf.ByteStringgetFilesBytes(int index)repeated string files = 4;intgetFilesCount()repeated string files = 4;java.util.List<java.lang.String>getFilesList()repeated string files = 4;java.lang.StringgetHtml()optional string html = 2;com.google.protobuf.ByteStringgetHtmlBytes()optional string html = 2;com.google.protobuf.ByteStringgetImg()optional bytes img = 3;booleangetOther()optional bool other = 5;java.lang.StringgetText()optional string text = 1;com.google.protobuf.ByteStringgetTextBytes()optional string text = 1;booleanhasHtml()optional string html = 2;booleanhasImg()optional bytes img = 3;booleanhasOther()optional bool other = 5;booleanhasText()optional string text = 1;-
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
java.lang.String getText()
optional string text = 1;
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()
optional string text = 1;
-
hasHtml
boolean hasHtml()
optional string html = 2;
-
getHtml
java.lang.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
java.util.List<java.lang.String> getFilesList()
repeated string files = 4;
-
getFilesCount
int getFilesCount()
repeated string files = 4;
-
getFiles
java.lang.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;
-
-