Package org.webswing.server.model.proto
Class Webswing.KeyboardEventMsgInProto
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.webswing.server.model.proto.Webswing.KeyboardEventMsgInProto
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable,Webswing.KeyboardEventMsgInProtoOrBuilder
- Enclosing class:
- Webswing
public static final class Webswing.KeyboardEventMsgInProto extends com.google.protobuf.GeneratedMessageV3 implements Webswing.KeyboardEventMsgInProtoOrBuilder
Protobuf typeorg.webswing.server.model.proto.KeyboardEventMsgInProto- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebswing.KeyboardEventMsgInProto.BuilderProtobuf typeorg.webswing.server.model.proto.KeyboardEventMsgInProtostatic classWebswing.KeyboardEventMsgInProto.KeyEventTypeProtoProtobuf enumorg.webswing.server.model.proto.KeyboardEventMsgInProto.KeyEventTypeProto-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
-
-
Field Summary
Fields Modifier and Type Field Description static intALT_FIELD_NUMBERstatic intCHARACTER_FIELD_NUMBERstatic intCTRL_FIELD_NUMBERstatic intKEYCODE_FIELD_NUMBERstatic intMETA_FIELD_NUMBERstatic com.google.protobuf.Parser<Webswing.KeyboardEventMsgInProto>PARSERDeprecated.static intSHIFT_FIELD_NUMBERstatic intTYPE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)booleangetAlt()optional bool alt = 4;intgetCharacter()optional sint32 character = 2;booleangetCtrl()optional bool ctrl = 5;static Webswing.KeyboardEventMsgInProtogetDefaultInstance()Webswing.KeyboardEventMsgInProtogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()intgetKeycode()optional sint32 keycode = 3;booleangetMeta()optional bool meta = 7;com.google.protobuf.Parser<Webswing.KeyboardEventMsgInProto>getParserForType()intgetSerializedSize()booleangetShift()optional bool shift = 6;Webswing.KeyboardEventMsgInProto.KeyEventTypeProtogetType()optional .org.webswing.server.model.proto.KeyboardEventMsgInProto.KeyEventTypeProto type = 1;com.google.protobuf.UnknownFieldSetgetUnknownFields()booleanhasAlt()optional bool alt = 4;booleanhasCharacter()optional sint32 character = 2;booleanhasCtrl()optional bool ctrl = 5;inthashCode()booleanhasKeycode()optional sint32 keycode = 3;booleanhasMeta()optional bool meta = 7;booleanhasShift()optional bool shift = 6;booleanhasType()optional .org.webswing.server.model.proto.KeyboardEventMsgInProto.KeyEventTypeProto type = 1;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Webswing.KeyboardEventMsgInProto.BuildernewBuilder()static Webswing.KeyboardEventMsgInProto.BuildernewBuilder(Webswing.KeyboardEventMsgInProto prototype)Webswing.KeyboardEventMsgInProto.BuildernewBuilderForType()protected Webswing.KeyboardEventMsgInProto.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)static Webswing.KeyboardEventMsgInProtoparseDelimitedFrom(InputStream input)static Webswing.KeyboardEventMsgInProtoparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Webswing.KeyboardEventMsgInProtoparseFrom(byte[] data)static Webswing.KeyboardEventMsgInProtoparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Webswing.KeyboardEventMsgInProtoparseFrom(com.google.protobuf.ByteString data)static Webswing.KeyboardEventMsgInProtoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Webswing.KeyboardEventMsgInProtoparseFrom(com.google.protobuf.CodedInputStream input)static Webswing.KeyboardEventMsgInProtoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Webswing.KeyboardEventMsgInProtoparseFrom(InputStream input)static Webswing.KeyboardEventMsgInProtoparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Webswing.KeyboardEventMsgInProtoparseFrom(ByteBuffer data)static Webswing.KeyboardEventMsgInProtoparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Webswing.KeyboardEventMsgInProto>parser()Webswing.KeyboardEventMsgInProto.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CHARACTER_FIELD_NUMBER
public static final int CHARACTER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
KEYCODE_FIELD_NUMBER
public static final int KEYCODE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ALT_FIELD_NUMBER
public static final int ALT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CTRL_FIELD_NUMBER
public static final int CTRL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SHIFT_FIELD_NUMBER
public static final int SHIFT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
META_FIELD_NUMBER
public static final int META_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARSER
@Deprecated public static final com.google.protobuf.Parser<Webswing.KeyboardEventMsgInProto> PARSER
Deprecated.
-
-
Method Detail
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasType
public boolean hasType()
optional .org.webswing.server.model.proto.KeyboardEventMsgInProto.KeyEventTypeProto type = 1;- Specified by:
hasTypein interfaceWebswing.KeyboardEventMsgInProtoOrBuilder
-
getType
public Webswing.KeyboardEventMsgInProto.KeyEventTypeProto getType()
optional .org.webswing.server.model.proto.KeyboardEventMsgInProto.KeyEventTypeProto type = 1;- Specified by:
getTypein interfaceWebswing.KeyboardEventMsgInProtoOrBuilder
-
hasCharacter
public boolean hasCharacter()
optional sint32 character = 2;- Specified by:
hasCharacterin interfaceWebswing.KeyboardEventMsgInProtoOrBuilder
-
getCharacter
public int getCharacter()
optional sint32 character = 2;- Specified by:
getCharacterin interfaceWebswing.KeyboardEventMsgInProtoOrBuilder
-
hasKeycode
public boolean hasKeycode()
optional sint32 keycode = 3;- Specified by:
hasKeycodein interfaceWebswing.KeyboardEventMsgInProtoOrBuilder
-
getKeycode
public int getKeycode()
optional sint32 keycode = 3;- Specified by:
getKeycodein interfaceWebswing.KeyboardEventMsgInProtoOrBuilder
-
hasAlt
public boolean hasAlt()
optional bool alt = 4;- Specified by:
hasAltin interfaceWebswing.KeyboardEventMsgInProtoOrBuilder
-
getAlt
public boolean getAlt()
optional bool alt = 4;- Specified by:
getAltin interfaceWebswing.KeyboardEventMsgInProtoOrBuilder
-
hasCtrl
public boolean hasCtrl()
optional bool ctrl = 5;- Specified by:
hasCtrlin interfaceWebswing.KeyboardEventMsgInProtoOrBuilder
-
getCtrl
public boolean getCtrl()
optional bool ctrl = 5;- Specified by:
getCtrlin interfaceWebswing.KeyboardEventMsgInProtoOrBuilder
-
hasShift
public boolean hasShift()
optional bool shift = 6;- Specified by:
hasShiftin interfaceWebswing.KeyboardEventMsgInProtoOrBuilder
-
getShift
public boolean getShift()
optional bool shift = 6;- Specified by:
getShiftin interfaceWebswing.KeyboardEventMsgInProtoOrBuilder
-
hasMeta
public boolean hasMeta()
optional bool meta = 7;- Specified by:
hasMetain interfaceWebswing.KeyboardEventMsgInProtoOrBuilder
-
getMeta
public boolean getMeta()
optional bool meta = 7;- Specified by:
getMetain interfaceWebswing.KeyboardEventMsgInProtoOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Webswing.KeyboardEventMsgInProto parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Webswing.KeyboardEventMsgInProto parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Webswing.KeyboardEventMsgInProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Webswing.KeyboardEventMsgInProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Webswing.KeyboardEventMsgInProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Webswing.KeyboardEventMsgInProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Webswing.KeyboardEventMsgInProto parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Webswing.KeyboardEventMsgInProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Webswing.KeyboardEventMsgInProto parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Webswing.KeyboardEventMsgInProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Webswing.KeyboardEventMsgInProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Webswing.KeyboardEventMsgInProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Webswing.KeyboardEventMsgInProto.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Webswing.KeyboardEventMsgInProto.Builder newBuilder()
-
newBuilder
public static Webswing.KeyboardEventMsgInProto.Builder newBuilder(Webswing.KeyboardEventMsgInProto prototype)
-
toBuilder
public Webswing.KeyboardEventMsgInProto.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Webswing.KeyboardEventMsgInProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Webswing.KeyboardEventMsgInProto getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Webswing.KeyboardEventMsgInProto> parser()
-
getParserForType
public com.google.protobuf.Parser<Webswing.KeyboardEventMsgInProto> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Webswing.KeyboardEventMsgInProto getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-