Interface Schema.DecisionEvaluationRecord.EvaluatedOutputOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getOutputId()
      string outputId = 1;
      com.google.protobuf.ByteString getOutputIdBytes()
      string outputId = 1;
      String getOutputName()
      string outputName = 2;
      com.google.protobuf.ByteString getOutputNameBytes()
      string outputName = 2;
      String getOutputValue()
      string outputValue = 3;
      com.google.protobuf.ByteString getOutputValueBytes()
      string outputValue = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;