Interface ProtobufMessages.NodeMemory.RIANodeMemoryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProtobufMessages.NodeMemory.RIANodeMemory,ProtobufMessages.NodeMemory.RIANodeMemory.Builder
- Enclosing class:
- ProtobufMessages.NodeMemory
public static interface ProtobufMessages.NodeMemory.RIANodeMemoryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProtobufMessages.NodeMemory.RIANodeMemory.RIAContextgetContext(int index)repeated .org.drools.serialization.protobuf.NodeMemory.RIANodeMemory.RIAContext context = 1;intgetContextCount()repeated .org.drools.serialization.protobuf.NodeMemory.RIANodeMemory.RIAContext context = 1;List<ProtobufMessages.NodeMemory.RIANodeMemory.RIAContext>getContextList()repeated .org.drools.serialization.protobuf.NodeMemory.RIANodeMemory.RIAContext context = 1;ProtobufMessages.NodeMemory.RIANodeMemory.RIAContextOrBuildergetContextOrBuilder(int index)repeated .org.drools.serialization.protobuf.NodeMemory.RIANodeMemory.RIAContext context = 1;List<? extends ProtobufMessages.NodeMemory.RIANodeMemory.RIAContextOrBuilder>getContextOrBuilderList()repeated .org.drools.serialization.protobuf.NodeMemory.RIANodeMemory.RIAContext context = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getContextList
List<ProtobufMessages.NodeMemory.RIANodeMemory.RIAContext> getContextList()
repeated .org.drools.serialization.protobuf.NodeMemory.RIANodeMemory.RIAContext context = 1;
-
getContext
ProtobufMessages.NodeMemory.RIANodeMemory.RIAContext getContext(int index)
repeated .org.drools.serialization.protobuf.NodeMemory.RIANodeMemory.RIAContext context = 1;
-
getContextCount
int getContextCount()
repeated .org.drools.serialization.protobuf.NodeMemory.RIANodeMemory.RIAContext context = 1;
-
getContextOrBuilderList
List<? extends ProtobufMessages.NodeMemory.RIANodeMemory.RIAContextOrBuilder> getContextOrBuilderList()
repeated .org.drools.serialization.protobuf.NodeMemory.RIANodeMemory.RIAContext context = 1;
-
getContextOrBuilder
ProtobufMessages.NodeMemory.RIANodeMemory.RIAContextOrBuilder getContextOrBuilder(int index)
repeated .org.drools.serialization.protobuf.NodeMemory.RIANodeMemory.RIAContext context = 1;
-
-