Package org.webswing.server.model.proto
Interface Webswing.PasteEventMsgInProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Webswing.PasteEventMsgInProto,Webswing.PasteEventMsgInProto.Builder
- Enclosing class:
- Webswing
public static interface Webswing.PasteEventMsgInProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHtml()optional string html = 2;com.google.protobuf.ByteStringgetHtmlBytes()optional string html = 2;StringgetImg()optional string img = 3;com.google.protobuf.ByteStringgetImgBytes()optional string img = 3;booleangetSpecial()optional bool special = 4;StringgetText()optional string text = 1;com.google.protobuf.ByteStringgetTextBytes()optional string text = 1;booleanhasHtml()optional string html = 2;booleanhasImg()optional string img = 3;booleanhasSpecial()optional bool special = 4;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
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;
-
-