public static interface ProtobufMessages.KnowledgeBaseOrBuilder extends com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<ProtobufMessages.KnowledgeBase>
Modifier and Type | Method and Description |
---|---|
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.ByteString |
getSignature()
optional bytes signature = 1; |
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; |
getExtension, getExtension, getExtensionCount, hasExtension
boolean hasSignature()
optional bytes signature = 1;
com.google.protobuf.ByteString getSignature()
optional bytes signature = 1;
boolean hasId()
optional string id = 2;
we should probably add the list of packages/rules/resources on the knowledge base
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
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.