public static final class ProtobufMessages.FactHandle extends com.google.protobuf.GeneratedMessage implements ProtobufMessages.FactHandleOrBuilder
org.drools.core.marshalling.FactHandle
a fact handle
| Modifier and Type | Class and Description |
|---|---|
static class |
ProtobufMessages.FactHandle.Builder
Protobuf type
org.drools.core.marshalling.FactHandle
a fact handle
|
static class |
ProtobufMessages.FactHandle.HandleType
Protobuf enum
org.drools.core.marshalling.FactHandle.HandleType |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, 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 |
ACTIVATIONS_COUNT_FIELD_NUMBER |
static int |
DURATION_FIELD_NUMBER |
static int |
ENTRY_POINT_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
IS_EXPIRED_FIELD_NUMBER |
static int |
IS_JUSTIFIED_FIELD_NUMBER |
static int |
OBJECT_FIELD_NUMBER |
static int |
OTN_COUNT_FIELD_NUMBER |
static com.google.protobuf.Parser<ProtobufMessages.FactHandle> |
PARSER |
static int |
RECENCY_FIELD_NUMBER |
static int |
STRATEGY_INDEX_FIELD_NUMBER |
static int |
TIMESTAMP_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
long |
getActivationsCount()
optional int64 activations_count = 7; |
static ProtobufMessages.FactHandle |
getDefaultInstance() |
ProtobufMessages.FactHandle |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getDuration()
optional int64 duration = 5; |
String |
getEntryPoint()
optional string entry_point = 10;
the entry point
|
com.google.protobuf.ByteString |
getEntryPointBytes()
optional string entry_point = 10;
the entry point
|
int |
getId()
optional int32 id = 2; |
boolean |
getIsExpired()
optional bool is_expired = 6; |
boolean |
getIsJustified()
optional bool is_justified = 11; |
com.google.protobuf.ByteString |
getObject()
optional bytes object = 9; |
int |
getOtnCount()
optional int32 otn_count = 12; |
com.google.protobuf.Parser<ProtobufMessages.FactHandle> |
getParserForType() |
long |
getRecency()
optional int64 recency = 3; |
int |
getSerializedSize() |
int |
getStrategyIndex()
optional int32 strategy_index = 8;
the actual object reference
|
long |
getTimestamp()
optional int64 timestamp = 4;
event only attributes
|
ProtobufMessages.FactHandle.HandleType |
getType()
optional .org.drools.core.marshalling.FactHandle.HandleType type = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasActivationsCount()
optional int64 activations_count = 7; |
boolean |
hasDuration()
optional int64 duration = 5; |
boolean |
hasEntryPoint()
optional string entry_point = 10;
the entry point
|
boolean |
hasId()
optional int32 id = 2; |
boolean |
hasIsExpired()
optional bool is_expired = 6; |
boolean |
hasIsJustified()
optional bool is_justified = 11; |
boolean |
hasObject()
optional bytes object = 9; |
boolean |
hasOtnCount()
optional int32 otn_count = 12; |
boolean |
hasRecency()
optional int64 recency = 3; |
boolean |
hasStrategyIndex()
optional int32 strategy_index = 8;
the actual object reference
|
boolean |
hasTimestamp()
optional int64 timestamp = 4;
event only attributes
|
boolean |
hasType()
optional .org.drools.core.marshalling.FactHandle.HandleType type = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ProtobufMessages.FactHandle.Builder |
newBuilder() |
static ProtobufMessages.FactHandle.Builder |
newBuilder(ProtobufMessages.FactHandle prototype) |
ProtobufMessages.FactHandle.Builder |
newBuilderForType() |
protected ProtobufMessages.FactHandle.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ProtobufMessages.FactHandle |
parseDelimitedFrom(InputStream input) |
static ProtobufMessages.FactHandle |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.FactHandle |
parseFrom(byte[] data) |
static ProtobufMessages.FactHandle |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.FactHandle |
parseFrom(com.google.protobuf.ByteString data) |
static ProtobufMessages.FactHandle |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.FactHandle |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ProtobufMessages.FactHandle |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.FactHandle |
parseFrom(InputStream input) |
static ProtobufMessages.FactHandle |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProtobufMessages.FactHandle.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toStringcheckByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<ProtobufMessages.FactHandle> PARSER
public static final int TYPE_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
public static final int RECENCY_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
public static final int DURATION_FIELD_NUMBER
public static final int IS_EXPIRED_FIELD_NUMBER
public static final int ACTIVATIONS_COUNT_FIELD_NUMBER
public static final int STRATEGY_INDEX_FIELD_NUMBER
public static final int OBJECT_FIELD_NUMBER
public static final int ENTRY_POINT_FIELD_NUMBER
public static final int IS_JUSTIFIED_FIELD_NUMBER
public static final int OTN_COUNT_FIELD_NUMBER
public static ProtobufMessages.FactHandle getDefaultInstance()
public ProtobufMessages.FactHandle 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<ProtobufMessages.FactHandle> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasType()
optional .org.drools.core.marshalling.FactHandle.HandleType type = 1;hasType in interface ProtobufMessages.FactHandleOrBuilderpublic ProtobufMessages.FactHandle.HandleType getType()
optional .org.drools.core.marshalling.FactHandle.HandleType type = 1;getType in interface ProtobufMessages.FactHandleOrBuilderpublic boolean hasId()
optional int32 id = 2;hasId in interface ProtobufMessages.FactHandleOrBuilderpublic int getId()
optional int32 id = 2;getId in interface ProtobufMessages.FactHandleOrBuilderpublic boolean hasRecency()
optional int64 recency = 3;hasRecency in interface ProtobufMessages.FactHandleOrBuilderpublic long getRecency()
optional int64 recency = 3;getRecency in interface ProtobufMessages.FactHandleOrBuilderpublic boolean hasTimestamp()
optional int64 timestamp = 4;
event only attributes
hasTimestamp in interface ProtobufMessages.FactHandleOrBuilderpublic long getTimestamp()
optional int64 timestamp = 4;
event only attributes
getTimestamp in interface ProtobufMessages.FactHandleOrBuilderpublic boolean hasDuration()
optional int64 duration = 5;hasDuration in interface ProtobufMessages.FactHandleOrBuilderpublic long getDuration()
optional int64 duration = 5;getDuration in interface ProtobufMessages.FactHandleOrBuilderpublic boolean hasIsExpired()
optional bool is_expired = 6;hasIsExpired in interface ProtobufMessages.FactHandleOrBuilderpublic boolean getIsExpired()
optional bool is_expired = 6;getIsExpired in interface ProtobufMessages.FactHandleOrBuilderpublic boolean hasActivationsCount()
optional int64 activations_count = 7;hasActivationsCount in interface ProtobufMessages.FactHandleOrBuilderpublic long getActivationsCount()
optional int64 activations_count = 7;getActivationsCount in interface ProtobufMessages.FactHandleOrBuilderpublic boolean hasStrategyIndex()
optional int32 strategy_index = 8;
the actual object reference
hasStrategyIndex in interface ProtobufMessages.FactHandleOrBuilderpublic int getStrategyIndex()
optional int32 strategy_index = 8;
the actual object reference
getStrategyIndex in interface ProtobufMessages.FactHandleOrBuilderpublic boolean hasObject()
optional bytes object = 9;hasObject in interface ProtobufMessages.FactHandleOrBuilderpublic com.google.protobuf.ByteString getObject()
optional bytes object = 9;getObject in interface ProtobufMessages.FactHandleOrBuilderpublic boolean hasEntryPoint()
optional string entry_point = 10;
the entry point
hasEntryPoint in interface ProtobufMessages.FactHandleOrBuilderpublic String getEntryPoint()
optional string entry_point = 10;
the entry point
getEntryPoint in interface ProtobufMessages.FactHandleOrBuilderpublic com.google.protobuf.ByteString getEntryPointBytes()
optional string entry_point = 10;
the entry point
getEntryPointBytes in interface ProtobufMessages.FactHandleOrBuilderpublic boolean hasIsJustified()
optional bool is_justified = 11;hasIsJustified in interface ProtobufMessages.FactHandleOrBuilderpublic boolean getIsJustified()
optional bool is_justified = 11;getIsJustified in interface ProtobufMessages.FactHandleOrBuilderpublic boolean hasOtnCount()
optional int32 otn_count = 12;hasOtnCount in interface ProtobufMessages.FactHandleOrBuilderpublic int getOtnCount()
optional int32 otn_count = 12;getOtnCount in interface ProtobufMessages.FactHandleOrBuilderpublic 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.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static ProtobufMessages.FactHandle parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtobufMessages.FactHandle parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtobufMessages.FactHandle parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtobufMessages.FactHandle parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtobufMessages.FactHandle parseFrom(InputStream input) throws IOException
IOExceptionpublic static ProtobufMessages.FactHandle parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtobufMessages.FactHandle parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ProtobufMessages.FactHandle parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtobufMessages.FactHandle parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ProtobufMessages.FactHandle parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtobufMessages.FactHandle.Builder newBuilder()
public ProtobufMessages.FactHandle.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ProtobufMessages.FactHandle.Builder newBuilder(ProtobufMessages.FactHandle prototype)
public ProtobufMessages.FactHandle.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ProtobufMessages.FactHandle.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.