Interface ProtobufMessages.NodeMemory.AccumulateNodeMemoryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProtobufMessages.NodeMemory.AccumulateNodeMemory,ProtobufMessages.NodeMemory.AccumulateNodeMemory.Builder
- Enclosing class:
- ProtobufMessages.NodeMemory
public static interface ProtobufMessages.NodeMemory.AccumulateNodeMemoryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetContext(int index) repeated .org.drools.serialization.protobuf.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1;intrepeated .org.drools.serialization.protobuf.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1;repeated .org.drools.serialization.protobuf.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1;getContextOrBuilder(int index) repeated .org.drools.serialization.protobuf.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1;repeated .org.drools.serialization.protobuf.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getContextList
List<ProtobufMessages.NodeMemory.AccumulateNodeMemory.AccumulateContext> getContextList()repeated .org.drools.serialization.protobuf.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1; -
getContext
repeated .org.drools.serialization.protobuf.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1; -
getContextCount
int getContextCount()repeated .org.drools.serialization.protobuf.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1; -
getContextOrBuilderList
List<? extends ProtobufMessages.NodeMemory.AccumulateNodeMemory.AccumulateContextOrBuilder> getContextOrBuilderList()repeated .org.drools.serialization.protobuf.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1; -
getContextOrBuilder
ProtobufMessages.NodeMemory.AccumulateNodeMemory.AccumulateContextOrBuilder getContextOrBuilder(int index) repeated .org.drools.serialization.protobuf.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1;
-