Interface Schema.DecisionEvaluationRecord.EvaluatedInputOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getInputId()
      string inputId = 1;
      com.google.protobuf.ByteString getInputIdBytes()
      string inputId = 1;
      String getInputName()
      string inputName = 2;
      com.google.protobuf.ByteString getInputNameBytes()
      string inputName = 2;
      String getInputValue()
      string inputValue = 3;
      com.google.protobuf.ByteString getInputValueBytes()
      string inputValue = 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

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