public static final class Webswing.KeyboardEventMsgInProto extends com.google.protobuf.GeneratedMessage implements Webswing.KeyboardEventMsgInProtoOrBuilder
org.webswing.server.model.proto.KeyboardEventMsgInProto| Modifier and Type | Class and Description |
|---|---|
static class |
Webswing.KeyboardEventMsgInProto.Builder
Protobuf type
org.webswing.server.model.proto.KeyboardEventMsgInProto |
static class |
Webswing.KeyboardEventMsgInProto.KeyEventTypeProto
Protobuf enum
org.webswing.server.model.proto.KeyboardEventMsgInProto.KeyEventTypeProto |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>, 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 |
ALT_FIELD_NUMBER |
static int |
CHARACTER_FIELD_NUMBER |
static int |
CTRL_FIELD_NUMBER |
static int |
KEYCODE_FIELD_NUMBER |
static int |
META_FIELD_NUMBER |
static com.google.protobuf.Parser<Webswing.KeyboardEventMsgInProto> |
PARSER |
static int |
SHIFT_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAlt()
optional bool alt = 4; |
int |
getCharacter()
optional sint32 character = 2; |
boolean |
getCtrl()
optional bool ctrl = 5; |
static Webswing.KeyboardEventMsgInProto |
getDefaultInstance() |
Webswing.KeyboardEventMsgInProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getKeycode()
optional sint32 keycode = 3; |
boolean |
getMeta()
optional bool meta = 7; |
com.google.protobuf.Parser<Webswing.KeyboardEventMsgInProto> |
getParserForType() |
int |
getSerializedSize() |
boolean |
getShift()
optional bool shift = 6; |
Webswing.KeyboardEventMsgInProto.KeyEventTypeProto |
getType()
optional .org.webswing.server.model.proto.KeyboardEventMsgInProto.KeyEventTypeProto type = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAlt()
optional bool alt = 4; |
boolean |
hasCharacter()
optional sint32 character = 2; |
boolean |
hasCtrl()
optional bool ctrl = 5; |
boolean |
hasKeycode()
optional sint32 keycode = 3; |
boolean |
hasMeta()
optional bool meta = 7; |
boolean |
hasShift()
optional bool shift = 6; |
boolean |
hasType()
optional .org.webswing.server.model.proto.KeyboardEventMsgInProto.KeyEventTypeProto type = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Webswing.KeyboardEventMsgInProto.Builder |
newBuilder() |
static Webswing.KeyboardEventMsgInProto.Builder |
newBuilder(Webswing.KeyboardEventMsgInProto prototype) |
Webswing.KeyboardEventMsgInProto.Builder |
newBuilderForType() |
protected Webswing.KeyboardEventMsgInProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Webswing.KeyboardEventMsgInProto |
parseDelimitedFrom(InputStream input) |
static Webswing.KeyboardEventMsgInProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Webswing.KeyboardEventMsgInProto |
parseFrom(byte[] data) |
static Webswing.KeyboardEventMsgInProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Webswing.KeyboardEventMsgInProto |
parseFrom(com.google.protobuf.ByteString data) |
static Webswing.KeyboardEventMsgInProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Webswing.KeyboardEventMsgInProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Webswing.KeyboardEventMsgInProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Webswing.KeyboardEventMsgInProto |
parseFrom(InputStream input) |
static Webswing.KeyboardEventMsgInProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Webswing.KeyboardEventMsgInProto.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeString, writeStringNoTagequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<Webswing.KeyboardEventMsgInProto> PARSER
public static final int TYPE_FIELD_NUMBER
public static final int CHARACTER_FIELD_NUMBER
public static final int KEYCODE_FIELD_NUMBER
public static final int ALT_FIELD_NUMBER
public static final int CTRL_FIELD_NUMBER
public static final int SHIFT_FIELD_NUMBER
public static final int META_FIELD_NUMBER
public static Webswing.KeyboardEventMsgInProto getDefaultInstance()
public Webswing.KeyboardEventMsgInProto 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.KeyboardEventMsgInProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasType()
optional .org.webswing.server.model.proto.KeyboardEventMsgInProto.KeyEventTypeProto type = 1;hasType in interface Webswing.KeyboardEventMsgInProtoOrBuilderpublic Webswing.KeyboardEventMsgInProto.KeyEventTypeProto getType()
optional .org.webswing.server.model.proto.KeyboardEventMsgInProto.KeyEventTypeProto type = 1;getType in interface Webswing.KeyboardEventMsgInProtoOrBuilderpublic boolean hasCharacter()
optional sint32 character = 2;hasCharacter in interface Webswing.KeyboardEventMsgInProtoOrBuilderpublic int getCharacter()
optional sint32 character = 2;getCharacter in interface Webswing.KeyboardEventMsgInProtoOrBuilderpublic boolean hasKeycode()
optional sint32 keycode = 3;hasKeycode in interface Webswing.KeyboardEventMsgInProtoOrBuilderpublic int getKeycode()
optional sint32 keycode = 3;getKeycode in interface Webswing.KeyboardEventMsgInProtoOrBuilderpublic boolean hasAlt()
optional bool alt = 4;hasAlt in interface Webswing.KeyboardEventMsgInProtoOrBuilderpublic boolean getAlt()
optional bool alt = 4;getAlt in interface Webswing.KeyboardEventMsgInProtoOrBuilderpublic boolean hasCtrl()
optional bool ctrl = 5;hasCtrl in interface Webswing.KeyboardEventMsgInProtoOrBuilderpublic boolean getCtrl()
optional bool ctrl = 5;getCtrl in interface Webswing.KeyboardEventMsgInProtoOrBuilderpublic boolean hasShift()
optional bool shift = 6;hasShift in interface Webswing.KeyboardEventMsgInProtoOrBuilderpublic boolean getShift()
optional bool shift = 6;getShift in interface Webswing.KeyboardEventMsgInProtoOrBuilderpublic boolean hasMeta()
optional bool meta = 7;hasMeta in interface Webswing.KeyboardEventMsgInProtoOrBuilderpublic boolean getMeta()
optional bool meta = 7;getMeta in interface Webswing.KeyboardEventMsgInProtoOrBuilderpublic 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.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static Webswing.KeyboardEventMsgInProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webswing.KeyboardEventMsgInProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webswing.KeyboardEventMsgInProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webswing.KeyboardEventMsgInProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webswing.KeyboardEventMsgInProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static Webswing.KeyboardEventMsgInProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Webswing.KeyboardEventMsgInProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Webswing.KeyboardEventMsgInProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Webswing.KeyboardEventMsgInProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Webswing.KeyboardEventMsgInProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Webswing.KeyboardEventMsgInProto.Builder newBuilder()
public Webswing.KeyboardEventMsgInProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Webswing.KeyboardEventMsgInProto.Builder newBuilder(Webswing.KeyboardEventMsgInProto prototype)
public Webswing.KeyboardEventMsgInProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Webswing.KeyboardEventMsgInProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2019. All rights reserved.