Package io.zeebe.exporter.proto
Interface Schema.DecisionEvaluationRecord.MatchedRuleOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Schema.DecisionEvaluationRecord.MatchedRule,Schema.DecisionEvaluationRecord.MatchedRule.Builder
- Enclosing class:
- Schema.DecisionEvaluationRecord
public static interface Schema.DecisionEvaluationRecord.MatchedRuleOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Schema.DecisionEvaluationRecord.EvaluatedOutputgetEvaluatedOutputs(int index)repeated .exporter_protocol.DecisionEvaluationRecord.EvaluatedOutput evaluatedOutputs = 3;intgetEvaluatedOutputsCount()repeated .exporter_protocol.DecisionEvaluationRecord.EvaluatedOutput evaluatedOutputs = 3;List<Schema.DecisionEvaluationRecord.EvaluatedOutput>getEvaluatedOutputsList()repeated .exporter_protocol.DecisionEvaluationRecord.EvaluatedOutput evaluatedOutputs = 3;Schema.DecisionEvaluationRecord.EvaluatedOutputOrBuildergetEvaluatedOutputsOrBuilder(int index)repeated .exporter_protocol.DecisionEvaluationRecord.EvaluatedOutput evaluatedOutputs = 3;List<? extends Schema.DecisionEvaluationRecord.EvaluatedOutputOrBuilder>getEvaluatedOutputsOrBuilderList()repeated .exporter_protocol.DecisionEvaluationRecord.EvaluatedOutput evaluatedOutputs = 3;StringgetRuleId()string ruleId = 1;com.google.protobuf.ByteStringgetRuleIdBytes()string ruleId = 1;intgetRuleIndex()int32 ruleIndex = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRuleId
String getRuleId()
string ruleId = 1;
-
getRuleIdBytes
com.google.protobuf.ByteString getRuleIdBytes()
string ruleId = 1;
-
getRuleIndex
int getRuleIndex()
int32 ruleIndex = 2;
-
getEvaluatedOutputsList
List<Schema.DecisionEvaluationRecord.EvaluatedOutput> getEvaluatedOutputsList()
repeated .exporter_protocol.DecisionEvaluationRecord.EvaluatedOutput evaluatedOutputs = 3;
-
getEvaluatedOutputs
Schema.DecisionEvaluationRecord.EvaluatedOutput getEvaluatedOutputs(int index)
repeated .exporter_protocol.DecisionEvaluationRecord.EvaluatedOutput evaluatedOutputs = 3;
-
getEvaluatedOutputsCount
int getEvaluatedOutputsCount()
repeated .exporter_protocol.DecisionEvaluationRecord.EvaluatedOutput evaluatedOutputs = 3;
-
getEvaluatedOutputsOrBuilderList
List<? extends Schema.DecisionEvaluationRecord.EvaluatedOutputOrBuilder> getEvaluatedOutputsOrBuilderList()
repeated .exporter_protocol.DecisionEvaluationRecord.EvaluatedOutput evaluatedOutputs = 3;
-
getEvaluatedOutputsOrBuilder
Schema.DecisionEvaluationRecord.EvaluatedOutputOrBuilder getEvaluatedOutputsOrBuilder(int index)
repeated .exporter_protocol.DecisionEvaluationRecord.EvaluatedOutput evaluatedOutputs = 3;
-
-