Interface Schema.DecisionEvaluationRecord.EvaluatedDecisionOrBuilder

    • Method Detail

      • getDecisionId

        String getDecisionId()
        string decisionId = 1;
      • getDecisionIdBytes

        com.google.protobuf.ByteString getDecisionIdBytes()
        string decisionId = 1;
      • getDecisionName

        String getDecisionName()
        string decisionName = 2;
      • getDecisionNameBytes

        com.google.protobuf.ByteString getDecisionNameBytes()
        string decisionName = 2;
      • getDecisionKey

        long getDecisionKey()
        int64 decisionKey = 3;
      • getDecisionVersion

        long getDecisionVersion()
        int64 decisionVersion = 4;
      • getDecisionType

        String getDecisionType()
        string decisionType = 5;
      • getDecisionTypeBytes

        com.google.protobuf.ByteString getDecisionTypeBytes()
        string decisionType = 5;
      • getDecisionOutput

        String getDecisionOutput()
        string decisionOutput = 6;
      • getDecisionOutputBytes

        com.google.protobuf.ByteString getDecisionOutputBytes()
        string decisionOutput = 6;
      • getEvaluatedInputsCount

        int getEvaluatedInputsCount()
        repeated .exporter_protocol.DecisionEvaluationRecord.EvaluatedInput evaluatedInputs = 7;
      • getMatchedRulesCount

        int getMatchedRulesCount()
        repeated .exporter_protocol.DecisionEvaluationRecord.MatchedRule matchedRules = 8;