public static final class Webswing.AppFrameMsgOutProto extends com.google.protobuf.GeneratedMessage implements Webswing.AppFrameMsgOutProtoOrBuilder
org.webswing.server.model.proto.AppFrameMsgOutProto| Modifier and Type | Class and Description |
|---|---|
static class |
Webswing.AppFrameMsgOutProto.Builder
Protobuf type
org.webswing.server.model.proto.AppFrameMsgOutProto |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
APPLICATIONS_FIELD_NUMBER |
static int |
CLOSEDWINDOW_FIELD_NUMBER |
static int |
COPYEVENT_FIELD_NUMBER |
static int |
CURSORCHANGE_FIELD_NUMBER |
static int |
EVENT_FIELD_NUMBER |
static int |
FILEDIALOGEVENT_FIELD_NUMBER |
static int |
JAVARESPONSE_FIELD_NUMBER |
static int |
JSREQUEST_FIELD_NUMBER |
static int |
LINKACTION_FIELD_NUMBER |
static int |
MOVEACTION_FIELD_NUMBER |
static com.google.protobuf.Parser<Webswing.AppFrameMsgOutProto> |
PARSER |
static int |
PASTEREQUEST_FIELD_NUMBER |
static int |
PIXELSREQUEST_FIELD_NUMBER |
static int |
PLAYBACK_FIELD_NUMBER |
static int |
SENDTIMESTAMP_FIELD_NUMBER |
static int |
SESSIONID_FIELD_NUMBER |
static int |
STARTTIMESTAMP_FIELD_NUMBER |
static int |
WINDOWS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
Webswing.ApplicationInfoMsgProto |
getApplications(int index)
repeated .org.webswing.server.model.proto.ApplicationInfoMsgProto applications = 1; |
int |
getApplicationsCount()
repeated .org.webswing.server.model.proto.ApplicationInfoMsgProto applications = 1; |
List<Webswing.ApplicationInfoMsgProto> |
getApplicationsList()
repeated .org.webswing.server.model.proto.ApplicationInfoMsgProto applications = 1; |
Webswing.ApplicationInfoMsgProtoOrBuilder |
getApplicationsOrBuilder(int index)
repeated .org.webswing.server.model.proto.ApplicationInfoMsgProto applications = 1; |
List<? extends Webswing.ApplicationInfoMsgProtoOrBuilder> |
getApplicationsOrBuilderList()
repeated .org.webswing.server.model.proto.ApplicationInfoMsgProto applications = 1; |
Webswing.WindowMsgProto |
getClosedWindow()
optional .org.webswing.server.model.proto.WindowMsgProto closedWindow = 9; |
Webswing.WindowMsgProtoOrBuilder |
getClosedWindowOrBuilder()
optional .org.webswing.server.model.proto.WindowMsgProto closedWindow = 9; |
Webswing.CopyEventMsgProto |
getCopyEvent()
optional .org.webswing.server.model.proto.CopyEventMsgProto copyEvent = 5; |
Webswing.CopyEventMsgProtoOrBuilder |
getCopyEventOrBuilder()
optional .org.webswing.server.model.proto.CopyEventMsgProto copyEvent = 5; |
Webswing.CursorChangeEventMsgProto |
getCursorChange()
optional .org.webswing.server.model.proto.CursorChangeEventMsgProto cursorChange = 4; |
Webswing.CursorChangeEventMsgProtoOrBuilder |
getCursorChangeOrBuilder()
optional .org.webswing.server.model.proto.CursorChangeEventMsgProto cursorChange = 4; |
static Webswing.AppFrameMsgOutProto |
getDefaultInstance() |
Webswing.AppFrameMsgOutProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Webswing.SimpleEventMsgOutProto |
getEvent()
optional .org.webswing.server.model.proto.SimpleEventMsgOutProto event = 10; |
Webswing.FileDialogEventMsgProto |
getFileDialogEvent()
optional .org.webswing.server.model.proto.FileDialogEventMsgProto fileDialogEvent = 7; |
Webswing.FileDialogEventMsgProtoOrBuilder |
getFileDialogEventOrBuilder()
optional .org.webswing.server.model.proto.FileDialogEventMsgProto fileDialogEvent = 7; |
Webswing.JsResultMsgProto |
getJavaResponse()
optional .org.webswing.server.model.proto.JsResultMsgProto javaResponse = 12; |
Webswing.JsResultMsgProtoOrBuilder |
getJavaResponseOrBuilder()
optional .org.webswing.server.model.proto.JsResultMsgProto javaResponse = 12; |
Webswing.JsEvalRequestMsgOutProto |
getJsRequest()
optional .org.webswing.server.model.proto.JsEvalRequestMsgOutProto jsRequest = 11; |
Webswing.JsEvalRequestMsgOutProtoOrBuilder |
getJsRequestOrBuilder()
optional .org.webswing.server.model.proto.JsEvalRequestMsgOutProto jsRequest = 11; |
Webswing.LinkActionMsgProto |
getLinkAction()
optional .org.webswing.server.model.proto.LinkActionMsgProto linkAction = 2; |
Webswing.LinkActionMsgProtoOrBuilder |
getLinkActionOrBuilder()
optional .org.webswing.server.model.proto.LinkActionMsgProto linkAction = 2; |
Webswing.WindowMoveActionMsgProto |
getMoveAction()
optional .org.webswing.server.model.proto.WindowMoveActionMsgProto moveAction = 3; |
Webswing.WindowMoveActionMsgProtoOrBuilder |
getMoveActionOrBuilder()
optional .org.webswing.server.model.proto.WindowMoveActionMsgProto moveAction = 3; |
com.google.protobuf.Parser<Webswing.AppFrameMsgOutProto> |
getParserForType() |
Webswing.PasteRequestMsgProto |
getPasteRequest()
optional .org.webswing.server.model.proto.PasteRequestMsgProto pasteRequest = 6; |
Webswing.PasteRequestMsgProtoOrBuilder |
getPasteRequestOrBuilder()
optional .org.webswing.server.model.proto.PasteRequestMsgProto pasteRequest = 6; |
Webswing.PixelsAreaRequestMsgOutProto |
getPixelsRequest()
optional .org.webswing.server.model.proto.PixelsAreaRequestMsgOutProto pixelsRequest = 13; |
Webswing.PixelsAreaRequestMsgOutProtoOrBuilder |
getPixelsRequestOrBuilder()
optional .org.webswing.server.model.proto.PixelsAreaRequestMsgOutProto pixelsRequest = 13; |
Webswing.PlaybackInfoMsgProto |
getPlayback()
optional .org.webswing.server.model.proto.PlaybackInfoMsgProto playback = 14; |
Webswing.PlaybackInfoMsgProtoOrBuilder |
getPlaybackOrBuilder()
optional .org.webswing.server.model.proto.PlaybackInfoMsgProto playback = 14; |
String |
getSendTimestamp()
optional string sendTimestamp = 17; |
com.google.protobuf.ByteString |
getSendTimestampBytes()
optional string sendTimestamp = 17; |
int |
getSerializedSize() |
String |
getSessionId()
optional string sessionId = 15; |
com.google.protobuf.ByteString |
getSessionIdBytes()
optional string sessionId = 15; |
String |
getStartTimestamp()
optional string startTimestamp = 16; |
com.google.protobuf.ByteString |
getStartTimestampBytes()
optional string startTimestamp = 16; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
Webswing.WindowMsgProto |
getWindows(int index)
repeated .org.webswing.server.model.proto.WindowMsgProto windows = 8; |
int |
getWindowsCount()
repeated .org.webswing.server.model.proto.WindowMsgProto windows = 8; |
List<Webswing.WindowMsgProto> |
getWindowsList()
repeated .org.webswing.server.model.proto.WindowMsgProto windows = 8; |
Webswing.WindowMsgProtoOrBuilder |
getWindowsOrBuilder(int index)
repeated .org.webswing.server.model.proto.WindowMsgProto windows = 8; |
List<? extends Webswing.WindowMsgProtoOrBuilder> |
getWindowsOrBuilderList()
repeated .org.webswing.server.model.proto.WindowMsgProto windows = 8; |
boolean |
hasClosedWindow()
optional .org.webswing.server.model.proto.WindowMsgProto closedWindow = 9; |
boolean |
hasCopyEvent()
optional .org.webswing.server.model.proto.CopyEventMsgProto copyEvent = 5; |
boolean |
hasCursorChange()
optional .org.webswing.server.model.proto.CursorChangeEventMsgProto cursorChange = 4; |
boolean |
hasEvent()
optional .org.webswing.server.model.proto.SimpleEventMsgOutProto event = 10; |
boolean |
hasFileDialogEvent()
optional .org.webswing.server.model.proto.FileDialogEventMsgProto fileDialogEvent = 7; |
boolean |
hasJavaResponse()
optional .org.webswing.server.model.proto.JsResultMsgProto javaResponse = 12; |
boolean |
hasJsRequest()
optional .org.webswing.server.model.proto.JsEvalRequestMsgOutProto jsRequest = 11; |
boolean |
hasLinkAction()
optional .org.webswing.server.model.proto.LinkActionMsgProto linkAction = 2; |
boolean |
hasMoveAction()
optional .org.webswing.server.model.proto.WindowMoveActionMsgProto moveAction = 3; |
boolean |
hasPasteRequest()
optional .org.webswing.server.model.proto.PasteRequestMsgProto pasteRequest = 6; |
boolean |
hasPixelsRequest()
optional .org.webswing.server.model.proto.PixelsAreaRequestMsgOutProto pixelsRequest = 13; |
boolean |
hasPlayback()
optional .org.webswing.server.model.proto.PlaybackInfoMsgProto playback = 14; |
boolean |
hasSendTimestamp()
optional string sendTimestamp = 17; |
boolean |
hasSessionId()
optional string sessionId = 15; |
boolean |
hasStartTimestamp()
optional string startTimestamp = 16; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Webswing.AppFrameMsgOutProto.Builder |
newBuilder() |
static Webswing.AppFrameMsgOutProto.Builder |
newBuilder(Webswing.AppFrameMsgOutProto prototype) |
Webswing.AppFrameMsgOutProto.Builder |
newBuilderForType() |
protected Webswing.AppFrameMsgOutProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Webswing.AppFrameMsgOutProto |
parseDelimitedFrom(InputStream input) |
static Webswing.AppFrameMsgOutProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Webswing.AppFrameMsgOutProto |
parseFrom(byte[] data) |
static Webswing.AppFrameMsgOutProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Webswing.AppFrameMsgOutProto |
parseFrom(com.google.protobuf.ByteString data) |
static Webswing.AppFrameMsgOutProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Webswing.AppFrameMsgOutProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Webswing.AppFrameMsgOutProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Webswing.AppFrameMsgOutProto |
parseFrom(InputStream input) |
static Webswing.AppFrameMsgOutProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Webswing.AppFrameMsgOutProto.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<Webswing.AppFrameMsgOutProto> PARSER
public static final int APPLICATIONS_FIELD_NUMBER
public static final int LINKACTION_FIELD_NUMBER
public static final int MOVEACTION_FIELD_NUMBER
public static final int CURSORCHANGE_FIELD_NUMBER
public static final int COPYEVENT_FIELD_NUMBER
public static final int PASTEREQUEST_FIELD_NUMBER
public static final int FILEDIALOGEVENT_FIELD_NUMBER
public static final int WINDOWS_FIELD_NUMBER
public static final int CLOSEDWINDOW_FIELD_NUMBER
public static final int EVENT_FIELD_NUMBER
public static final int JSREQUEST_FIELD_NUMBER
public static final int JAVARESPONSE_FIELD_NUMBER
public static final int PIXELSREQUEST_FIELD_NUMBER
public static final int PLAYBACK_FIELD_NUMBER
public static final int SESSIONID_FIELD_NUMBER
public static final int STARTTIMESTAMP_FIELD_NUMBER
public static final int SENDTIMESTAMP_FIELD_NUMBER
public static Webswing.AppFrameMsgOutProto getDefaultInstance()
public Webswing.AppFrameMsgOutProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<Webswing.AppFrameMsgOutProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic List<Webswing.ApplicationInfoMsgProto> getApplicationsList()
repeated .org.webswing.server.model.proto.ApplicationInfoMsgProto applications = 1;getApplicationsList in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic List<? extends Webswing.ApplicationInfoMsgProtoOrBuilder> getApplicationsOrBuilderList()
repeated .org.webswing.server.model.proto.ApplicationInfoMsgProto applications = 1;getApplicationsOrBuilderList in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic int getApplicationsCount()
repeated .org.webswing.server.model.proto.ApplicationInfoMsgProto applications = 1;getApplicationsCount in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.ApplicationInfoMsgProto getApplications(int index)
repeated .org.webswing.server.model.proto.ApplicationInfoMsgProto applications = 1;getApplications in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.ApplicationInfoMsgProtoOrBuilder getApplicationsOrBuilder(int index)
repeated .org.webswing.server.model.proto.ApplicationInfoMsgProto applications = 1;getApplicationsOrBuilder in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic boolean hasLinkAction()
optional .org.webswing.server.model.proto.LinkActionMsgProto linkAction = 2;hasLinkAction in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.LinkActionMsgProto getLinkAction()
optional .org.webswing.server.model.proto.LinkActionMsgProto linkAction = 2;getLinkAction in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.LinkActionMsgProtoOrBuilder getLinkActionOrBuilder()
optional .org.webswing.server.model.proto.LinkActionMsgProto linkAction = 2;getLinkActionOrBuilder in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic boolean hasMoveAction()
optional .org.webswing.server.model.proto.WindowMoveActionMsgProto moveAction = 3;hasMoveAction in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.WindowMoveActionMsgProto getMoveAction()
optional .org.webswing.server.model.proto.WindowMoveActionMsgProto moveAction = 3;getMoveAction in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.WindowMoveActionMsgProtoOrBuilder getMoveActionOrBuilder()
optional .org.webswing.server.model.proto.WindowMoveActionMsgProto moveAction = 3;getMoveActionOrBuilder in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic boolean hasCursorChange()
optional .org.webswing.server.model.proto.CursorChangeEventMsgProto cursorChange = 4;hasCursorChange in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.CursorChangeEventMsgProto getCursorChange()
optional .org.webswing.server.model.proto.CursorChangeEventMsgProto cursorChange = 4;getCursorChange in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.CursorChangeEventMsgProtoOrBuilder getCursorChangeOrBuilder()
optional .org.webswing.server.model.proto.CursorChangeEventMsgProto cursorChange = 4;getCursorChangeOrBuilder in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic boolean hasCopyEvent()
optional .org.webswing.server.model.proto.CopyEventMsgProto copyEvent = 5;hasCopyEvent in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.CopyEventMsgProto getCopyEvent()
optional .org.webswing.server.model.proto.CopyEventMsgProto copyEvent = 5;getCopyEvent in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.CopyEventMsgProtoOrBuilder getCopyEventOrBuilder()
optional .org.webswing.server.model.proto.CopyEventMsgProto copyEvent = 5;getCopyEventOrBuilder in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic boolean hasPasteRequest()
optional .org.webswing.server.model.proto.PasteRequestMsgProto pasteRequest = 6;hasPasteRequest in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.PasteRequestMsgProto getPasteRequest()
optional .org.webswing.server.model.proto.PasteRequestMsgProto pasteRequest = 6;getPasteRequest in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.PasteRequestMsgProtoOrBuilder getPasteRequestOrBuilder()
optional .org.webswing.server.model.proto.PasteRequestMsgProto pasteRequest = 6;getPasteRequestOrBuilder in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic boolean hasFileDialogEvent()
optional .org.webswing.server.model.proto.FileDialogEventMsgProto fileDialogEvent = 7;hasFileDialogEvent in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.FileDialogEventMsgProto getFileDialogEvent()
optional .org.webswing.server.model.proto.FileDialogEventMsgProto fileDialogEvent = 7;getFileDialogEvent in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.FileDialogEventMsgProtoOrBuilder getFileDialogEventOrBuilder()
optional .org.webswing.server.model.proto.FileDialogEventMsgProto fileDialogEvent = 7;getFileDialogEventOrBuilder in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic List<Webswing.WindowMsgProto> getWindowsList()
repeated .org.webswing.server.model.proto.WindowMsgProto windows = 8;getWindowsList in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic List<? extends Webswing.WindowMsgProtoOrBuilder> getWindowsOrBuilderList()
repeated .org.webswing.server.model.proto.WindowMsgProto windows = 8;getWindowsOrBuilderList in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic int getWindowsCount()
repeated .org.webswing.server.model.proto.WindowMsgProto windows = 8;getWindowsCount in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.WindowMsgProto getWindows(int index)
repeated .org.webswing.server.model.proto.WindowMsgProto windows = 8;getWindows in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.WindowMsgProtoOrBuilder getWindowsOrBuilder(int index)
repeated .org.webswing.server.model.proto.WindowMsgProto windows = 8;getWindowsOrBuilder in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic boolean hasClosedWindow()
optional .org.webswing.server.model.proto.WindowMsgProto closedWindow = 9;hasClosedWindow in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.WindowMsgProto getClosedWindow()
optional .org.webswing.server.model.proto.WindowMsgProto closedWindow = 9;getClosedWindow in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.WindowMsgProtoOrBuilder getClosedWindowOrBuilder()
optional .org.webswing.server.model.proto.WindowMsgProto closedWindow = 9;getClosedWindowOrBuilder in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic boolean hasEvent()
optional .org.webswing.server.model.proto.SimpleEventMsgOutProto event = 10;hasEvent in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.SimpleEventMsgOutProto getEvent()
optional .org.webswing.server.model.proto.SimpleEventMsgOutProto event = 10;getEvent in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic boolean hasJsRequest()
optional .org.webswing.server.model.proto.JsEvalRequestMsgOutProto jsRequest = 11;hasJsRequest in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.JsEvalRequestMsgOutProto getJsRequest()
optional .org.webswing.server.model.proto.JsEvalRequestMsgOutProto jsRequest = 11;getJsRequest in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.JsEvalRequestMsgOutProtoOrBuilder getJsRequestOrBuilder()
optional .org.webswing.server.model.proto.JsEvalRequestMsgOutProto jsRequest = 11;getJsRequestOrBuilder in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic boolean hasJavaResponse()
optional .org.webswing.server.model.proto.JsResultMsgProto javaResponse = 12;hasJavaResponse in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.JsResultMsgProto getJavaResponse()
optional .org.webswing.server.model.proto.JsResultMsgProto javaResponse = 12;getJavaResponse in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.JsResultMsgProtoOrBuilder getJavaResponseOrBuilder()
optional .org.webswing.server.model.proto.JsResultMsgProto javaResponse = 12;getJavaResponseOrBuilder in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic boolean hasPixelsRequest()
optional .org.webswing.server.model.proto.PixelsAreaRequestMsgOutProto pixelsRequest = 13;hasPixelsRequest in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.PixelsAreaRequestMsgOutProto getPixelsRequest()
optional .org.webswing.server.model.proto.PixelsAreaRequestMsgOutProto pixelsRequest = 13;getPixelsRequest in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.PixelsAreaRequestMsgOutProtoOrBuilder getPixelsRequestOrBuilder()
optional .org.webswing.server.model.proto.PixelsAreaRequestMsgOutProto pixelsRequest = 13;getPixelsRequestOrBuilder in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic boolean hasPlayback()
optional .org.webswing.server.model.proto.PlaybackInfoMsgProto playback = 14;hasPlayback in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.PlaybackInfoMsgProto getPlayback()
optional .org.webswing.server.model.proto.PlaybackInfoMsgProto playback = 14;getPlayback in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic Webswing.PlaybackInfoMsgProtoOrBuilder getPlaybackOrBuilder()
optional .org.webswing.server.model.proto.PlaybackInfoMsgProto playback = 14;getPlaybackOrBuilder in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic boolean hasSessionId()
optional string sessionId = 15;hasSessionId in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic String getSessionId()
optional string sessionId = 15;getSessionId in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic com.google.protobuf.ByteString getSessionIdBytes()
optional string sessionId = 15;getSessionIdBytes in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic boolean hasStartTimestamp()
optional string startTimestamp = 16;hasStartTimestamp in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic String getStartTimestamp()
optional string startTimestamp = 16;getStartTimestamp in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic com.google.protobuf.ByteString getStartTimestampBytes()
optional string startTimestamp = 16;getStartTimestampBytes in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic boolean hasSendTimestamp()
optional string sendTimestamp = 17;hasSendTimestamp in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic String getSendTimestamp()
optional string sendTimestamp = 17;getSendTimestamp in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic com.google.protobuf.ByteString getSendTimestampBytes()
optional string sendTimestamp = 17;getSendTimestampBytes in interface Webswing.AppFrameMsgOutProtoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static Webswing.AppFrameMsgOutProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webswing.AppFrameMsgOutProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webswing.AppFrameMsgOutProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webswing.AppFrameMsgOutProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webswing.AppFrameMsgOutProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static Webswing.AppFrameMsgOutProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Webswing.AppFrameMsgOutProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Webswing.AppFrameMsgOutProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Webswing.AppFrameMsgOutProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Webswing.AppFrameMsgOutProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Webswing.AppFrameMsgOutProto.Builder newBuilder()
public Webswing.AppFrameMsgOutProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Webswing.AppFrameMsgOutProto.Builder newBuilder(Webswing.AppFrameMsgOutProto prototype)
public Webswing.AppFrameMsgOutProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Webswing.AppFrameMsgOutProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2018. All rights reserved.