Interface GatewayOuterClass.MatchedDecisionRuleOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GatewayOuterClass.MatchedDecisionRule, GatewayOuterClass.MatchedDecisionRule.Builder
Enclosing class:
GatewayOuterClass

public static interface GatewayOuterClass.MatchedDecisionRuleOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getRuleId

      String getRuleId()
       the id of the matched rule
       
      string ruleId = 1;
      Returns:
      The ruleId.
    • getRuleIdBytes

      com.google.protobuf.ByteString getRuleIdBytes()
       the id of the matched rule
       
      string ruleId = 1;
      Returns:
      The bytes for ruleId.
    • getRuleIndex

      int getRuleIndex()
       the index of the matched rule
       
      int32 ruleIndex = 2;
      Returns:
      The ruleIndex.
    • getEvaluatedOutputsList

       the evaluated decision outputs
       
      repeated .gateway_protocol.EvaluatedDecisionOutput evaluatedOutputs = 3;
    • getEvaluatedOutputs

      GatewayOuterClass.EvaluatedDecisionOutput getEvaluatedOutputs(int index)
       the evaluated decision outputs
       
      repeated .gateway_protocol.EvaluatedDecisionOutput evaluatedOutputs = 3;
    • getEvaluatedOutputsCount

      int getEvaluatedOutputsCount()
       the evaluated decision outputs
       
      repeated .gateway_protocol.EvaluatedDecisionOutput evaluatedOutputs = 3;
    • getEvaluatedOutputsOrBuilderList

      List<? extends GatewayOuterClass.EvaluatedDecisionOutputOrBuilder> getEvaluatedOutputsOrBuilderList()
       the evaluated decision outputs
       
      repeated .gateway_protocol.EvaluatedDecisionOutput evaluatedOutputs = 3;
    • getEvaluatedOutputsOrBuilder

      GatewayOuterClass.EvaluatedDecisionOutputOrBuilder getEvaluatedOutputsOrBuilder(int index)
       the evaluated decision outputs
       
      repeated .gateway_protocol.EvaluatedDecisionOutput evaluatedOutputs = 3;