Package io.zeebe.exporter.proto
Interface Schema.DecisionEvaluationRecord.EvaluatedInputOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Schema.DecisionEvaluationRecord.EvaluatedInput,Schema.DecisionEvaluationRecord.EvaluatedInput.Builder
- Enclosing class:
- Schema.DecisionEvaluationRecord
public static interface Schema.DecisionEvaluationRecord.EvaluatedInputOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetInputId()string inputId = 1;com.google.protobuf.ByteStringgetInputIdBytes()string inputId = 1;StringgetInputName()string inputName = 2;com.google.protobuf.ByteStringgetInputNameBytes()string inputName = 2;StringgetInputValue()string inputValue = 3;com.google.protobuf.ByteStringgetInputValueBytes()string inputValue = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInputId
String getInputId()
string inputId = 1;
-
getInputIdBytes
com.google.protobuf.ByteString getInputIdBytes()
string inputId = 1;
-
getInputName
String getInputName()
string inputName = 2;
-
getInputNameBytes
com.google.protobuf.ByteString getInputNameBytes()
string inputName = 2;
-
getInputValue
String getInputValue()
string inputValue = 3;
-
getInputValueBytes
com.google.protobuf.ByteString getInputValueBytes()
string inputValue = 3;
-
-