Class ProtobufMessages.EqualityKey
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessage
-
- org.drools.serialization.protobuf.ProtobufMessages.EqualityKey
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable,ProtobufMessages.EqualityKeyOrBuilder
- Enclosing class:
- ProtobufMessages
public static final class ProtobufMessages.EqualityKey extends com.google.protobuf.GeneratedMessage implements ProtobufMessages.EqualityKeyOrBuilder
Protobuf typeorg.drools.serialization.protobuf.EqualityKey- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProtobufMessages.EqualityKey.BuilderProtobuf typeorg.drools.serialization.protobuf.EqualityKey-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
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 extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static intBELIEFSET_FIELD_NUMBERstatic intHANDLE_ID_FIELD_NUMBERstatic intOTHER_HANDLE_FIELD_NUMBERstatic com.google.protobuf.Parser<ProtobufMessages.EqualityKey>PARSERstatic intSTATUS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtobufMessages.BeliefSetgetBeliefSet()optional .org.drools.serialization.protobuf.BeliefSet beliefSet = 4;ProtobufMessages.BeliefSetOrBuildergetBeliefSetOrBuilder()optional .org.drools.serialization.protobuf.BeliefSet beliefSet = 4;static ProtobufMessages.EqualityKeygetDefaultInstance()ProtobufMessages.EqualityKeygetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()longgetHandleId()optional int64 handle_id = 2;longgetOtherHandle(int index)repeated int64 other_handle = 3;intgetOtherHandleCount()repeated int64 other_handle = 3;List<Long>getOtherHandleList()repeated int64 other_handle = 3;com.google.protobuf.Parser<ProtobufMessages.EqualityKey>getParserForType()intgetSerializedSize()intgetStatus()optional int32 status = 1;com.google.protobuf.UnknownFieldSetgetUnknownFields()booleanhasBeliefSet()optional .org.drools.serialization.protobuf.BeliefSet beliefSet = 4;booleanhasHandleId()optional int64 handle_id = 2;booleanhasStatus()optional int32 status = 1;protected com.google.protobuf.GeneratedMessage.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static ProtobufMessages.EqualityKey.BuildernewBuilder()static ProtobufMessages.EqualityKey.BuildernewBuilder(ProtobufMessages.EqualityKey prototype)ProtobufMessages.EqualityKey.BuildernewBuilderForType()protected ProtobufMessages.EqualityKey.BuildernewBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)static ProtobufMessages.EqualityKeyparseDelimitedFrom(InputStream input)static ProtobufMessages.EqualityKeyparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProtobufMessages.EqualityKeyparseFrom(byte[] data)static ProtobufMessages.EqualityKeyparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProtobufMessages.EqualityKeyparseFrom(com.google.protobuf.ByteString data)static ProtobufMessages.EqualityKeyparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProtobufMessages.EqualityKeyparseFrom(com.google.protobuf.CodedInputStream input)static ProtobufMessages.EqualityKeyparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProtobufMessages.EqualityKeyparseFrom(InputStream input)static ProtobufMessages.EqualityKeyparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ProtobufMessages.EqualityKey.BuildertoBuilder()protected ObjectwriteReplace()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessage
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, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, 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
-
PARSER
public static com.google.protobuf.Parser<ProtobufMessages.EqualityKey> PARSER
-
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HANDLE_ID_FIELD_NUMBER
public static final int HANDLE_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OTHER_HANDLE_FIELD_NUMBER
public static final int OTHER_HANDLE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BELIEFSET_FIELD_NUMBER
public static final int BELIEFSET_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDefaultInstance
public static ProtobufMessages.EqualityKey getDefaultInstance()
-
getDefaultInstanceForType
public ProtobufMessages.EqualityKey getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessage
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage
-
getParserForType
public com.google.protobuf.Parser<ProtobufMessages.EqualityKey> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessage
-
hasStatus
public boolean hasStatus()
optional int32 status = 1;- Specified by:
hasStatusin interfaceProtobufMessages.EqualityKeyOrBuilder
-
getStatus
public int getStatus()
optional int32 status = 1;- Specified by:
getStatusin interfaceProtobufMessages.EqualityKeyOrBuilder
-
hasHandleId
public boolean hasHandleId()
optional int64 handle_id = 2;- Specified by:
hasHandleIdin interfaceProtobufMessages.EqualityKeyOrBuilder
-
getHandleId
public long getHandleId()
optional int64 handle_id = 2;- Specified by:
getHandleIdin interfaceProtobufMessages.EqualityKeyOrBuilder
-
getOtherHandleList
public List<Long> getOtherHandleList()
repeated int64 other_handle = 3;- Specified by:
getOtherHandleListin interfaceProtobufMessages.EqualityKeyOrBuilder
-
getOtherHandleCount
public int getOtherHandleCount()
repeated int64 other_handle = 3;- Specified by:
getOtherHandleCountin interfaceProtobufMessages.EqualityKeyOrBuilder
-
getOtherHandle
public long getOtherHandle(int index)
repeated int64 other_handle = 3;- Specified by:
getOtherHandlein interfaceProtobufMessages.EqualityKeyOrBuilder
-
hasBeliefSet
public boolean hasBeliefSet()
optional .org.drools.serialization.protobuf.BeliefSet beliefSet = 4;- Specified by:
hasBeliefSetin interfaceProtobufMessages.EqualityKeyOrBuilder
-
getBeliefSet
public ProtobufMessages.BeliefSet getBeliefSet()
optional .org.drools.serialization.protobuf.BeliefSet beliefSet = 4;- Specified by:
getBeliefSetin interfaceProtobufMessages.EqualityKeyOrBuilder
-
getBeliefSetOrBuilder
public ProtobufMessages.BeliefSetOrBuilder getBeliefSetOrBuilder()
optional .org.drools.serialization.protobuf.BeliefSet beliefSet = 4;- Specified by:
getBeliefSetOrBuilderin interfaceProtobufMessages.EqualityKeyOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessage- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessage
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Overrides:
writeReplacein classcom.google.protobuf.GeneratedMessage- Throws:
ObjectStreamException
-
parseFrom
public static ProtobufMessages.EqualityKey parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ProtobufMessages.EqualityKey parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ProtobufMessages.EqualityKey parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ProtobufMessages.EqualityKey parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ProtobufMessages.EqualityKey parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ProtobufMessages.EqualityKey parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ProtobufMessages.EqualityKey parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ProtobufMessages.EqualityKey parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static ProtobufMessages.EqualityKey parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ProtobufMessages.EqualityKey parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilder
public static ProtobufMessages.EqualityKey.Builder newBuilder()
-
newBuilderForType
public ProtobufMessages.EqualityKey.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static ProtobufMessages.EqualityKey.Builder newBuilder(ProtobufMessages.EqualityKey prototype)
-
toBuilder
public ProtobufMessages.EqualityKey.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ProtobufMessages.EqualityKey.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessage
-
-