Package io.zeebe.exporter.proto
Interface Schema.DecisionEvaluationRecord.EvaluatedOutputOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Schema.DecisionEvaluationRecord.EvaluatedOutput,Schema.DecisionEvaluationRecord.EvaluatedOutput.Builder
- Enclosing class:
- Schema.DecisionEvaluationRecord
public static interface Schema.DecisionEvaluationRecord.EvaluatedOutputOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetOutputId()string outputId = 1;com.google.protobuf.ByteStringgetOutputIdBytes()string outputId = 1;StringgetOutputName()string outputName = 2;com.google.protobuf.ByteStringgetOutputNameBytes()string outputName = 2;StringgetOutputValue()string outputValue = 3;com.google.protobuf.ByteStringgetOutputValueBytes()string outputValue = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOutputId
String getOutputId()
string outputId = 1;
-
getOutputIdBytes
com.google.protobuf.ByteString getOutputIdBytes()
string outputId = 1;
-
getOutputName
String getOutputName()
string outputName = 2;
-
getOutputNameBytes
com.google.protobuf.ByteString getOutputNameBytes()
string outputName = 2;
-
getOutputValue
String getOutputValue()
string outputValue = 3;
-
getOutputValueBytes
com.google.protobuf.ByteString getOutputValueBytes()
string outputValue = 3;
-
-