Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.Builder.clear() |
|
Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.Builder.clearHtml() |
optional string html = 2;
|
Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.Builder.clearImg() |
optional string img = 3;
|
Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.Builder.clearSpecial() |
optional bool special = 4;
|
Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.Builder.clearText() |
optional string text = 1;
|
Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.Builder.clone() |
|
Webswing.PasteEventMsgInProto.Builder |
Webswing.InputEventsFrameMsgInProto.Builder.getPasteBuilder() |
optional .org.webswing.server.model.proto.PasteEventMsgInProto paste = 2;
|
Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.Builder.mergeFrom(Webswing.PasteEventMsgInProto other) |
|
Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.newBuilder() |
|
static Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.newBuilder(Webswing.PasteEventMsgInProto prototype) |
|
Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.newBuilderForType() |
|
protected Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.Builder.setHtml(String value) |
optional string html = 2;
|
Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.Builder.setHtmlBytes(com.google.protobuf.ByteString value) |
optional string html = 2;
|
Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.Builder.setImg(String value) |
optional string img = 3;
|
Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.Builder.setImgBytes(com.google.protobuf.ByteString value) |
optional string img = 3;
|
Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.Builder.setSpecial(boolean value) |
optional bool special = 4;
|
Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.Builder.setText(String value) |
optional string text = 1;
|
Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.Builder.setTextBytes(com.google.protobuf.ByteString value) |
optional string text = 1;
|
Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Webswing.PasteEventMsgInProto.Builder |
Webswing.PasteEventMsgInProto.toBuilder() |
|