public static final class ProtobufMessages.KnowledgeBase extends com.google.protobuf.GeneratedMessage.ExtendableMessage<ProtobufMessages.KnowledgeBase> implements ProtobufMessages.KnowledgeBaseOrBuilder
org.drools.core.marshalling.KnowledgeBase| Modifier and Type | Class and Description |
|---|---|
static class |
ProtobufMessages.KnowledgeBase.Builder
Protobuf type
org.drools.core.marshalling.KnowledgeBase |
com.google.protobuf.GeneratedMessage.ExtendableMessage.ExtensionWritercom.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 |
ID_FIELD_NUMBER |
static com.google.protobuf.Parser<ProtobufMessages.KnowledgeBase> |
PARSER |
static int |
SIGNATURE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static ProtobufMessages.KnowledgeBase |
getDefaultInstance() |
ProtobufMessages.KnowledgeBase |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getId()
optional string id = 2;
we should probably add the list of packages/rules/resources on the knowledge base
|
com.google.protobuf.ByteString |
getIdBytes()
optional string id = 2;
we should probably add the list of packages/rules/resources on the knowledge base
|
com.google.protobuf.Parser<ProtobufMessages.KnowledgeBase> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.ByteString |
getSignature()
optional bytes signature = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasId()
optional string id = 2;
we should probably add the list of packages/rules/resources on the knowledge base
|
boolean |
hasSignature()
optional bytes signature = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ProtobufMessages.KnowledgeBase.Builder |
newBuilder() |
static ProtobufMessages.KnowledgeBase.Builder |
newBuilder(ProtobufMessages.KnowledgeBase prototype) |
ProtobufMessages.KnowledgeBase.Builder |
newBuilderForType() |
protected ProtobufMessages.KnowledgeBase.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ProtobufMessages.KnowledgeBase |
parseDelimitedFrom(InputStream input) |
static ProtobufMessages.KnowledgeBase |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.KnowledgeBase |
parseFrom(byte[] data) |
static ProtobufMessages.KnowledgeBase |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.KnowledgeBase |
parseFrom(com.google.protobuf.ByteString data) |
static ProtobufMessages.KnowledgeBase |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.KnowledgeBase |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ProtobufMessages.KnowledgeBase |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.KnowledgeBase |
parseFrom(InputStream input) |
static ProtobufMessages.KnowledgeBase |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProtobufMessages.KnowledgeBase.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
extensionsAreInitialized, extensionsSerializedSize, extensionsSerializedSizeAsMessageSet, getAllFields, getExtension, getExtension, getExtensionCount, getExtensionFields, getField, getRepeatedField, getRepeatedFieldCount, hasExtension, hasField, makeExtensionsImmutable, newExtensionWriter, newMessageSetExtensionWriter, parseUnknownFieldgetDescriptorForType, getOneofFieldDescriptor, hasOneof, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtensionequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toStringcheckByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetExtension, getExtension, getExtensionCount, hasExtensionpublic static com.google.protobuf.Parser<ProtobufMessages.KnowledgeBase> PARSER
public static final int SIGNATURE_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
public static ProtobufMessages.KnowledgeBase getDefaultInstance()
public ProtobufMessages.KnowledgeBase getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<ProtobufMessages.KnowledgeBase>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.KnowledgeBase> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasSignature()
optional bytes signature = 1;hasSignature in interface ProtobufMessages.KnowledgeBaseOrBuilderpublic com.google.protobuf.ByteString getSignature()
optional bytes signature = 1;getSignature in interface ProtobufMessages.KnowledgeBaseOrBuilderpublic boolean hasId()
optional string id = 2;
we should probably add the list of packages/rules/resources on the knowledge base
hasId in interface ProtobufMessages.KnowledgeBaseOrBuilderpublic String getId()
optional string id = 2;
we should probably add the list of packages/rules/resources on the knowledge base
getId in interface ProtobufMessages.KnowledgeBaseOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
optional string id = 2;
we should probably add the list of packages/rules/resources on the knowledge base
getIdBytes in interface ProtobufMessages.KnowledgeBaseOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.ExtendableMessage<ProtobufMessages.KnowledgeBase>public 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.KnowledgeBase parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtobufMessages.KnowledgeBase parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtobufMessages.KnowledgeBase parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtobufMessages.KnowledgeBase parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtobufMessages.KnowledgeBase parseFrom(InputStream input) throws IOException
IOExceptionpublic static ProtobufMessages.KnowledgeBase parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtobufMessages.KnowledgeBase parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ProtobufMessages.KnowledgeBase parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtobufMessages.KnowledgeBase parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ProtobufMessages.KnowledgeBase parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtobufMessages.KnowledgeBase.Builder newBuilder()
public ProtobufMessages.KnowledgeBase.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ProtobufMessages.KnowledgeBase.Builder newBuilder(ProtobufMessages.KnowledgeBase prototype)
public ProtobufMessages.KnowledgeBase.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ProtobufMessages.KnowledgeBase.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.