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 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; |
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 |
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, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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 ProtobufMessages.FactHandle getDefaultInstance()
public ProtobufMessages.FactHandle getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<ProtobufMessages.FactHandle> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasType()
optional .org.drools.core.marshalling.FactHandle.HandleType type = 1;
hasType
in interface ProtobufMessages.FactHandleOrBuilder
public ProtobufMessages.FactHandle.HandleType getType()
optional .org.drools.core.marshalling.FactHandle.HandleType type = 1;
getType
in interface ProtobufMessages.FactHandleOrBuilder
public boolean hasId()
optional int32 id = 2;
hasId
in interface ProtobufMessages.FactHandleOrBuilder
public int getId()
optional int32 id = 2;
getId
in interface ProtobufMessages.FactHandleOrBuilder
public boolean hasRecency()
optional int64 recency = 3;
hasRecency
in interface ProtobufMessages.FactHandleOrBuilder
public long getRecency()
optional int64 recency = 3;
getRecency
in interface ProtobufMessages.FactHandleOrBuilder
public boolean hasTimestamp()
optional int64 timestamp = 4;
event only attributes
hasTimestamp
in interface ProtobufMessages.FactHandleOrBuilder
public long getTimestamp()
optional int64 timestamp = 4;
event only attributes
getTimestamp
in interface ProtobufMessages.FactHandleOrBuilder
public boolean hasDuration()
optional int64 duration = 5;
hasDuration
in interface ProtobufMessages.FactHandleOrBuilder
public long getDuration()
optional int64 duration = 5;
getDuration
in interface ProtobufMessages.FactHandleOrBuilder
public boolean hasIsExpired()
optional bool is_expired = 6;
hasIsExpired
in interface ProtobufMessages.FactHandleOrBuilder
public boolean getIsExpired()
optional bool is_expired = 6;
getIsExpired
in interface ProtobufMessages.FactHandleOrBuilder
public boolean hasActivationsCount()
optional int64 activations_count = 7;
hasActivationsCount
in interface ProtobufMessages.FactHandleOrBuilder
public long getActivationsCount()
optional int64 activations_count = 7;
getActivationsCount
in interface ProtobufMessages.FactHandleOrBuilder
public boolean hasStrategyIndex()
optional int32 strategy_index = 8;
the actual object reference
hasStrategyIndex
in interface ProtobufMessages.FactHandleOrBuilder
public int getStrategyIndex()
optional int32 strategy_index = 8;
the actual object reference
getStrategyIndex
in interface ProtobufMessages.FactHandleOrBuilder
public boolean hasObject()
optional bytes object = 9;
hasObject
in interface ProtobufMessages.FactHandleOrBuilder
public com.google.protobuf.ByteString getObject()
optional bytes object = 9;
getObject
in interface ProtobufMessages.FactHandleOrBuilder
public boolean hasEntryPoint()
optional string entry_point = 10;
the entry point
hasEntryPoint
in interface ProtobufMessages.FactHandleOrBuilder
public String getEntryPoint()
optional string entry_point = 10;
the entry point
getEntryPoint
in interface ProtobufMessages.FactHandleOrBuilder
public com.google.protobuf.ByteString getEntryPointBytes()
optional string entry_point = 10;
the entry point
getEntryPointBytes
in interface ProtobufMessages.FactHandleOrBuilder
public boolean hasIsJustified()
optional bool is_justified = 11;
hasIsJustified
in interface ProtobufMessages.FactHandleOrBuilder
public boolean getIsJustified()
optional bool is_justified = 11;
getIsJustified
in interface ProtobufMessages.FactHandleOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static ProtobufMessages.FactHandle parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtobufMessages.FactHandle parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtobufMessages.FactHandle parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtobufMessages.FactHandle parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtobufMessages.FactHandle parseFrom(InputStream input) throws IOException
IOException
public static ProtobufMessages.FactHandle parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProtobufMessages.FactHandle parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ProtobufMessages.FactHandle parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProtobufMessages.FactHandle parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ProtobufMessages.FactHandle parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProtobufMessages.FactHandle.Builder newBuilder()
public ProtobufMessages.FactHandle.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ProtobufMessages.FactHandle.Builder newBuilder(ProtobufMessages.FactHandle prototype)
public ProtobufMessages.FactHandle.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ProtobufMessages.FactHandle.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.