public static interface Webswing.PasteEventMsgInProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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; |
boolean 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 string img = 3;String getImg()
optional string img = 3;com.google.protobuf.ByteString getImgBytes()
optional string img = 3;boolean hasSpecial()
optional bool special = 4;boolean getSpecial()
optional bool special = 4;Copyright © 2017. All rights reserved.