public static final class Webswing.KeyboardEventMsgInProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<Webswing.KeyboardEventMsgInProto.Builder> implements Webswing.KeyboardEventMsgInProtoOrBuilder
org.webswing.server.model.proto.KeyboardEventMsgInProto| Modifier and Type | Method and Description |
|---|---|
Webswing.KeyboardEventMsgInProto |
build() |
Webswing.KeyboardEventMsgInProto |
buildPartial() |
Webswing.KeyboardEventMsgInProto.Builder |
clear() |
Webswing.KeyboardEventMsgInProto.Builder |
clearAlt()
optional bool alt = 4; |
Webswing.KeyboardEventMsgInProto.Builder |
clearCharacter()
optional sint32 character = 2; |
Webswing.KeyboardEventMsgInProto.Builder |
clearCtrl()
optional bool ctrl = 5; |
Webswing.KeyboardEventMsgInProto.Builder |
clearKeycode()
optional sint32 keycode = 3; |
Webswing.KeyboardEventMsgInProto.Builder |
clearMeta()
optional bool meta = 7; |
Webswing.KeyboardEventMsgInProto.Builder |
clearShift()
optional bool shift = 6; |
Webswing.KeyboardEventMsgInProto.Builder |
clearType()
optional .org.webswing.server.model.proto.KeyboardEventMsgInProto.KeyEventTypeProto type = 1; |
Webswing.KeyboardEventMsgInProto.Builder |
clone() |
boolean |
getAlt()
optional bool alt = 4; |
int |
getCharacter()
optional sint32 character = 2; |
boolean |
getCtrl()
optional bool ctrl = 5; |
Webswing.KeyboardEventMsgInProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getKeycode()
optional sint32 keycode = 3; |
boolean |
getMeta()
optional bool meta = 7; |
boolean |
getShift()
optional bool shift = 6; |
Webswing.KeyboardEventMsgInProto.KeyEventTypeProto |
getType()
optional .org.webswing.server.model.proto.KeyboardEventMsgInProto.KeyEventTypeProto type = 1; |
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() |
Webswing.KeyboardEventMsgInProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Webswing.KeyboardEventMsgInProto.Builder |
mergeFrom(com.google.protobuf.Message other) |
Webswing.KeyboardEventMsgInProto.Builder |
mergeFrom(Webswing.KeyboardEventMsgInProto other) |
Webswing.KeyboardEventMsgInProto.Builder |
setAlt(boolean value)
optional bool alt = 4; |
Webswing.KeyboardEventMsgInProto.Builder |
setCharacter(int value)
optional sint32 character = 2; |
Webswing.KeyboardEventMsgInProto.Builder |
setCtrl(boolean value)
optional bool ctrl = 5; |
Webswing.KeyboardEventMsgInProto.Builder |
setKeycode(int value)
optional sint32 keycode = 3; |
Webswing.KeyboardEventMsgInProto.Builder |
setMeta(boolean value)
optional bool meta = 7; |
Webswing.KeyboardEventMsgInProto.Builder |
setShift(boolean value)
optional bool shift = 6; |
Webswing.KeyboardEventMsgInProto.Builder |
setType(Webswing.KeyboardEventMsgInProto.KeyEventTypeProto value)
optional .org.webswing.server.model.proto.KeyboardEventMsgInProto.KeyEventTypeProto type = 1; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Webswing.KeyboardEventMsgInProto.Builder>public Webswing.KeyboardEventMsgInProto.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<Webswing.KeyboardEventMsgInProto.Builder>public Webswing.KeyboardEventMsgInProto.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<Webswing.KeyboardEventMsgInProto.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Webswing.KeyboardEventMsgInProto.Builder>public Webswing.KeyboardEventMsgInProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Webswing.KeyboardEventMsgInProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Webswing.KeyboardEventMsgInProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Webswing.KeyboardEventMsgInProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Webswing.KeyboardEventMsgInProto.Builder>public Webswing.KeyboardEventMsgInProto.Builder mergeFrom(Webswing.KeyboardEventMsgInProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Webswing.KeyboardEventMsgInProto.Builder>public Webswing.KeyboardEventMsgInProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Webswing.KeyboardEventMsgInProto.Builder>IOExceptionpublic 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 Webswing.KeyboardEventMsgInProto.Builder setType(Webswing.KeyboardEventMsgInProto.KeyEventTypeProto value)
optional .org.webswing.server.model.proto.KeyboardEventMsgInProto.KeyEventTypeProto type = 1;public Webswing.KeyboardEventMsgInProto.Builder clearType()
optional .org.webswing.server.model.proto.KeyboardEventMsgInProto.KeyEventTypeProto type = 1;public boolean hasCharacter()
optional sint32 character = 2;hasCharacter in interface Webswing.KeyboardEventMsgInProtoOrBuilderpublic int getCharacter()
optional sint32 character = 2;getCharacter in interface Webswing.KeyboardEventMsgInProtoOrBuilderpublic Webswing.KeyboardEventMsgInProto.Builder setCharacter(int value)
optional sint32 character = 2;public Webswing.KeyboardEventMsgInProto.Builder clearCharacter()
optional sint32 character = 2;public boolean hasKeycode()
optional sint32 keycode = 3;hasKeycode in interface Webswing.KeyboardEventMsgInProtoOrBuilderpublic int getKeycode()
optional sint32 keycode = 3;getKeycode in interface Webswing.KeyboardEventMsgInProtoOrBuilderpublic Webswing.KeyboardEventMsgInProto.Builder setKeycode(int value)
optional sint32 keycode = 3;public Webswing.KeyboardEventMsgInProto.Builder clearKeycode()
optional sint32 keycode = 3;public boolean hasAlt()
optional bool alt = 4;hasAlt in interface Webswing.KeyboardEventMsgInProtoOrBuilderpublic boolean getAlt()
optional bool alt = 4;getAlt in interface Webswing.KeyboardEventMsgInProtoOrBuilderpublic Webswing.KeyboardEventMsgInProto.Builder setAlt(boolean value)
optional bool alt = 4;public Webswing.KeyboardEventMsgInProto.Builder clearAlt()
optional bool alt = 4;public boolean hasCtrl()
optional bool ctrl = 5;hasCtrl in interface Webswing.KeyboardEventMsgInProtoOrBuilderpublic boolean getCtrl()
optional bool ctrl = 5;getCtrl in interface Webswing.KeyboardEventMsgInProtoOrBuilderpublic Webswing.KeyboardEventMsgInProto.Builder setCtrl(boolean value)
optional bool ctrl = 5;public Webswing.KeyboardEventMsgInProto.Builder clearCtrl()
optional bool ctrl = 5;public boolean hasShift()
optional bool shift = 6;hasShift in interface Webswing.KeyboardEventMsgInProtoOrBuilderpublic boolean getShift()
optional bool shift = 6;getShift in interface Webswing.KeyboardEventMsgInProtoOrBuilderpublic Webswing.KeyboardEventMsgInProto.Builder setShift(boolean value)
optional bool shift = 6;public Webswing.KeyboardEventMsgInProto.Builder clearShift()
optional bool shift = 6;public boolean hasMeta()
optional bool meta = 7;hasMeta in interface Webswing.KeyboardEventMsgInProtoOrBuilderpublic boolean getMeta()
optional bool meta = 7;getMeta in interface Webswing.KeyboardEventMsgInProtoOrBuilderpublic Webswing.KeyboardEventMsgInProto.Builder setMeta(boolean value)
optional bool meta = 7;public Webswing.KeyboardEventMsgInProto.Builder clearMeta()
optional bool meta = 7;Copyright © 2018. All rights reserved.