public static final class Webswing.JsEvalRequestMsgOutProto extends com.google.protobuf.GeneratedMessage implements Webswing.JsEvalRequestMsgOutProtoOrBuilder
org.webswing.server.model.proto.JsEvalRequestMsgOutProto| Modifier and Type | Class and Description |
|---|---|
static class |
Webswing.JsEvalRequestMsgOutProto.Builder
Protobuf type
org.webswing.server.model.proto.JsEvalRequestMsgOutProto |
static class |
Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto
Protobuf enum
org.webswing.server.model.proto.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto |
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 |
CORRELATIONID_FIELD_NUMBER |
static int |
EVALSTRING_FIELD_NUMBER |
static int |
GARBAGEIDS_FIELD_NUMBER |
static int |
PARAMS_FIELD_NUMBER |
static com.google.protobuf.Parser<Webswing.JsEvalRequestMsgOutProto> |
PARSER |
static int |
THISOBJECTID_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
String |
getCorrelationId()
optional string correlationId = 1; |
com.google.protobuf.ByteString |
getCorrelationIdBytes()
optional string correlationId = 1; |
static Webswing.JsEvalRequestMsgOutProto |
getDefaultInstance() |
Webswing.JsEvalRequestMsgOutProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getEvalString()
optional string evalString = 4; |
com.google.protobuf.ByteString |
getEvalStringBytes()
optional string evalString = 4; |
String |
getGarbageIds(int index)
repeated string garbageIds = 6; |
com.google.protobuf.ByteString |
getGarbageIdsBytes(int index)
repeated string garbageIds = 6; |
int |
getGarbageIdsCount()
repeated string garbageIds = 6; |
List<String> |
getGarbageIdsList()
repeated string garbageIds = 6; |
Webswing.JsParamMsgProto |
getParams(int index)
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 5; |
int |
getParamsCount()
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 5; |
List<Webswing.JsParamMsgProto> |
getParamsList()
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 5; |
Webswing.JsParamMsgProtoOrBuilder |
getParamsOrBuilder(int index)
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 5; |
List<? extends Webswing.JsParamMsgProtoOrBuilder> |
getParamsOrBuilderList()
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 5; |
com.google.protobuf.Parser<Webswing.JsEvalRequestMsgOutProto> |
getParserForType() |
int |
getSerializedSize() |
String |
getThisObjectId()
optional string thisObjectId = 2; |
com.google.protobuf.ByteString |
getThisObjectIdBytes()
optional string thisObjectId = 2; |
Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto |
getType()
optional .org.webswing.server.model.proto.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto type = 3; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCorrelationId()
optional string correlationId = 1; |
boolean |
hasEvalString()
optional string evalString = 4; |
boolean |
hasThisObjectId()
optional string thisObjectId = 2; |
boolean |
hasType()
optional .org.webswing.server.model.proto.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto type = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Webswing.JsEvalRequestMsgOutProto.Builder |
newBuilder() |
static Webswing.JsEvalRequestMsgOutProto.Builder |
newBuilder(Webswing.JsEvalRequestMsgOutProto prototype) |
Webswing.JsEvalRequestMsgOutProto.Builder |
newBuilderForType() |
protected Webswing.JsEvalRequestMsgOutProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Webswing.JsEvalRequestMsgOutProto |
parseDelimitedFrom(InputStream input) |
static Webswing.JsEvalRequestMsgOutProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Webswing.JsEvalRequestMsgOutProto |
parseFrom(byte[] data) |
static Webswing.JsEvalRequestMsgOutProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Webswing.JsEvalRequestMsgOutProto |
parseFrom(com.google.protobuf.ByteString data) |
static Webswing.JsEvalRequestMsgOutProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Webswing.JsEvalRequestMsgOutProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Webswing.JsEvalRequestMsgOutProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Webswing.JsEvalRequestMsgOutProto |
parseFrom(InputStream input) |
static Webswing.JsEvalRequestMsgOutProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Webswing.JsEvalRequestMsgOutProto.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.JsEvalRequestMsgOutProto> PARSER
public static final int CORRELATIONID_FIELD_NUMBER
public static final int THISOBJECTID_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int EVALSTRING_FIELD_NUMBER
public static final int PARAMS_FIELD_NUMBER
public static final int GARBAGEIDS_FIELD_NUMBER
public static Webswing.JsEvalRequestMsgOutProto getDefaultInstance()
public Webswing.JsEvalRequestMsgOutProto 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.JsEvalRequestMsgOutProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasCorrelationId()
optional string correlationId = 1;hasCorrelationId in interface Webswing.JsEvalRequestMsgOutProtoOrBuilderpublic String getCorrelationId()
optional string correlationId = 1;getCorrelationId in interface Webswing.JsEvalRequestMsgOutProtoOrBuilderpublic com.google.protobuf.ByteString getCorrelationIdBytes()
optional string correlationId = 1;getCorrelationIdBytes in interface Webswing.JsEvalRequestMsgOutProtoOrBuilderpublic boolean hasThisObjectId()
optional string thisObjectId = 2;hasThisObjectId in interface Webswing.JsEvalRequestMsgOutProtoOrBuilderpublic String getThisObjectId()
optional string thisObjectId = 2;getThisObjectId in interface Webswing.JsEvalRequestMsgOutProtoOrBuilderpublic com.google.protobuf.ByteString getThisObjectIdBytes()
optional string thisObjectId = 2;getThisObjectIdBytes in interface Webswing.JsEvalRequestMsgOutProtoOrBuilderpublic boolean hasType()
optional .org.webswing.server.model.proto.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto type = 3;hasType in interface Webswing.JsEvalRequestMsgOutProtoOrBuilderpublic Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto getType()
optional .org.webswing.server.model.proto.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto type = 3;getType in interface Webswing.JsEvalRequestMsgOutProtoOrBuilderpublic boolean hasEvalString()
optional string evalString = 4;hasEvalString in interface Webswing.JsEvalRequestMsgOutProtoOrBuilderpublic String getEvalString()
optional string evalString = 4;getEvalString in interface Webswing.JsEvalRequestMsgOutProtoOrBuilderpublic com.google.protobuf.ByteString getEvalStringBytes()
optional string evalString = 4;getEvalStringBytes in interface Webswing.JsEvalRequestMsgOutProtoOrBuilderpublic List<Webswing.JsParamMsgProto> getParamsList()
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 5;getParamsList in interface Webswing.JsEvalRequestMsgOutProtoOrBuilderpublic List<? extends Webswing.JsParamMsgProtoOrBuilder> getParamsOrBuilderList()
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 5;getParamsOrBuilderList in interface Webswing.JsEvalRequestMsgOutProtoOrBuilderpublic int getParamsCount()
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 5;getParamsCount in interface Webswing.JsEvalRequestMsgOutProtoOrBuilderpublic Webswing.JsParamMsgProto getParams(int index)
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 5;getParams in interface Webswing.JsEvalRequestMsgOutProtoOrBuilderpublic Webswing.JsParamMsgProtoOrBuilder getParamsOrBuilder(int index)
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 5;getParamsOrBuilder in interface Webswing.JsEvalRequestMsgOutProtoOrBuilderpublic List<String> getGarbageIdsList()
repeated string garbageIds = 6;getGarbageIdsList in interface Webswing.JsEvalRequestMsgOutProtoOrBuilderpublic int getGarbageIdsCount()
repeated string garbageIds = 6;getGarbageIdsCount in interface Webswing.JsEvalRequestMsgOutProtoOrBuilderpublic String getGarbageIds(int index)
repeated string garbageIds = 6;getGarbageIds in interface Webswing.JsEvalRequestMsgOutProtoOrBuilderpublic com.google.protobuf.ByteString getGarbageIdsBytes(int index)
repeated string garbageIds = 6;getGarbageIdsBytes in interface Webswing.JsEvalRequestMsgOutProtoOrBuilderpublic 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.JsEvalRequestMsgOutProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webswing.JsEvalRequestMsgOutProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webswing.JsEvalRequestMsgOutProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webswing.JsEvalRequestMsgOutProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webswing.JsEvalRequestMsgOutProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static Webswing.JsEvalRequestMsgOutProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Webswing.JsEvalRequestMsgOutProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Webswing.JsEvalRequestMsgOutProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Webswing.JsEvalRequestMsgOutProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Webswing.JsEvalRequestMsgOutProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Webswing.JsEvalRequestMsgOutProto.Builder newBuilder()
public Webswing.JsEvalRequestMsgOutProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Webswing.JsEvalRequestMsgOutProto.Builder newBuilder(Webswing.JsEvalRequestMsgOutProto prototype)
public Webswing.JsEvalRequestMsgOutProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Webswing.JsEvalRequestMsgOutProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2018. All rights reserved.