public static final class Webswing.FocusEventMsgProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<Webswing.FocusEventMsgProto.Builder> implements Webswing.FocusEventMsgProtoOrBuilder
org.webswing.server.model.proto.FocusEventMsgProto| Modifier and Type | Method and Description |
|---|---|
Webswing.FocusEventMsgProto |
build() |
Webswing.FocusEventMsgProto |
buildPartial() |
Webswing.FocusEventMsgProto.Builder |
clear() |
Webswing.FocusEventMsgProto.Builder |
clearCaretX()
optional sint32 caretX = 6; |
Webswing.FocusEventMsgProto.Builder |
clearCaretY()
optional sint32 caretY = 7; |
Webswing.FocusEventMsgProto.Builder |
clearH()
optional uint32 h = 5; |
Webswing.FocusEventMsgProto.Builder |
clearType()
required .org.webswing.server.model.proto.FocusEventMsgProto.FocusEventTypeProto type = 1; |
Webswing.FocusEventMsgProto.Builder |
clearW()
optional uint32 w = 4; |
Webswing.FocusEventMsgProto.Builder |
clearX()
optional sint32 x = 2; |
Webswing.FocusEventMsgProto.Builder |
clearY()
optional sint32 y = 3; |
Webswing.FocusEventMsgProto.Builder |
clone() |
int |
getCaretX()
optional sint32 caretX = 6; |
int |
getCaretY()
optional sint32 caretY = 7; |
Webswing.FocusEventMsgProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getH()
optional uint32 h = 5; |
Webswing.FocusEventMsgProto.FocusEventTypeProto |
getType()
required .org.webswing.server.model.proto.FocusEventMsgProto.FocusEventTypeProto type = 1; |
int |
getW()
optional uint32 w = 4; |
int |
getX()
optional sint32 x = 2; |
int |
getY()
optional sint32 y = 3; |
boolean |
hasCaretX()
optional sint32 caretX = 6; |
boolean |
hasCaretY()
optional sint32 caretY = 7; |
boolean |
hasH()
optional uint32 h = 5; |
boolean |
hasType()
required .org.webswing.server.model.proto.FocusEventMsgProto.FocusEventTypeProto type = 1; |
boolean |
hasW()
optional uint32 w = 4; |
boolean |
hasX()
optional sint32 x = 2; |
boolean |
hasY()
optional sint32 y = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Webswing.FocusEventMsgProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Webswing.FocusEventMsgProto.Builder |
mergeFrom(com.google.protobuf.Message other) |
Webswing.FocusEventMsgProto.Builder |
mergeFrom(Webswing.FocusEventMsgProto other) |
Webswing.FocusEventMsgProto.Builder |
setCaretX(int value)
optional sint32 caretX = 6; |
Webswing.FocusEventMsgProto.Builder |
setCaretY(int value)
optional sint32 caretY = 7; |
Webswing.FocusEventMsgProto.Builder |
setH(int value)
optional uint32 h = 5; |
Webswing.FocusEventMsgProto.Builder |
setType(Webswing.FocusEventMsgProto.FocusEventTypeProto value)
required .org.webswing.server.model.proto.FocusEventMsgProto.FocusEventTypeProto type = 1; |
Webswing.FocusEventMsgProto.Builder |
setW(int value)
optional uint32 w = 4; |
Webswing.FocusEventMsgProto.Builder |
setX(int value)
optional sint32 x = 2; |
Webswing.FocusEventMsgProto.Builder |
setY(int value)
optional sint32 y = 3; |
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.FocusEventMsgProto.Builder>public Webswing.FocusEventMsgProto.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.FocusEventMsgProto.Builder>public Webswing.FocusEventMsgProto.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.FocusEventMsgProto.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.FocusEventMsgProto.Builder>public Webswing.FocusEventMsgProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Webswing.FocusEventMsgProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Webswing.FocusEventMsgProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Webswing.FocusEventMsgProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Webswing.FocusEventMsgProto.Builder>public Webswing.FocusEventMsgProto.Builder mergeFrom(Webswing.FocusEventMsgProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Webswing.FocusEventMsgProto.Builder>public Webswing.FocusEventMsgProto.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.FocusEventMsgProto.Builder>IOExceptionpublic boolean hasType()
required .org.webswing.server.model.proto.FocusEventMsgProto.FocusEventTypeProto type = 1;hasType in interface Webswing.FocusEventMsgProtoOrBuilderpublic Webswing.FocusEventMsgProto.FocusEventTypeProto getType()
required .org.webswing.server.model.proto.FocusEventMsgProto.FocusEventTypeProto type = 1;getType in interface Webswing.FocusEventMsgProtoOrBuilderpublic Webswing.FocusEventMsgProto.Builder setType(Webswing.FocusEventMsgProto.FocusEventTypeProto value)
required .org.webswing.server.model.proto.FocusEventMsgProto.FocusEventTypeProto type = 1;public Webswing.FocusEventMsgProto.Builder clearType()
required .org.webswing.server.model.proto.FocusEventMsgProto.FocusEventTypeProto type = 1;public boolean hasX()
optional sint32 x = 2;hasX in interface Webswing.FocusEventMsgProtoOrBuilderpublic int getX()
optional sint32 x = 2;getX in interface Webswing.FocusEventMsgProtoOrBuilderpublic Webswing.FocusEventMsgProto.Builder setX(int value)
optional sint32 x = 2;public Webswing.FocusEventMsgProto.Builder clearX()
optional sint32 x = 2;public boolean hasY()
optional sint32 y = 3;hasY in interface Webswing.FocusEventMsgProtoOrBuilderpublic int getY()
optional sint32 y = 3;getY in interface Webswing.FocusEventMsgProtoOrBuilderpublic Webswing.FocusEventMsgProto.Builder setY(int value)
optional sint32 y = 3;public Webswing.FocusEventMsgProto.Builder clearY()
optional sint32 y = 3;public boolean hasW()
optional uint32 w = 4;hasW in interface Webswing.FocusEventMsgProtoOrBuilderpublic int getW()
optional uint32 w = 4;getW in interface Webswing.FocusEventMsgProtoOrBuilderpublic Webswing.FocusEventMsgProto.Builder setW(int value)
optional uint32 w = 4;public Webswing.FocusEventMsgProto.Builder clearW()
optional uint32 w = 4;public boolean hasH()
optional uint32 h = 5;hasH in interface Webswing.FocusEventMsgProtoOrBuilderpublic int getH()
optional uint32 h = 5;getH in interface Webswing.FocusEventMsgProtoOrBuilderpublic Webswing.FocusEventMsgProto.Builder setH(int value)
optional uint32 h = 5;public Webswing.FocusEventMsgProto.Builder clearH()
optional uint32 h = 5;public boolean hasCaretX()
optional sint32 caretX = 6;hasCaretX in interface Webswing.FocusEventMsgProtoOrBuilderpublic int getCaretX()
optional sint32 caretX = 6;getCaretX in interface Webswing.FocusEventMsgProtoOrBuilderpublic Webswing.FocusEventMsgProto.Builder setCaretX(int value)
optional sint32 caretX = 6;public Webswing.FocusEventMsgProto.Builder clearCaretX()
optional sint32 caretX = 6;public boolean hasCaretY()
optional sint32 caretY = 7;hasCaretY in interface Webswing.FocusEventMsgProtoOrBuilderpublic int getCaretY()
optional sint32 caretY = 7;getCaretY in interface Webswing.FocusEventMsgProtoOrBuilderpublic Webswing.FocusEventMsgProto.Builder setCaretY(int value)
optional sint32 caretY = 7;public Webswing.FocusEventMsgProto.Builder clearCaretY()
optional sint32 caretY = 7;Copyright © 2018. All rights reserved.