Interface GatewayOuterClass.EvaluatedDecisionOutputOrBuilder

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

public static interface GatewayOuterClass.EvaluatedDecisionOutputOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    the id of the evaluated decision output
    com.google.protobuf.ByteString
    the id of the evaluated decision output
    the name of the evaluated decision output
    com.google.protobuf.ByteString
    the name of the evaluated decision output
    the value of the evaluated decision output
    com.google.protobuf.ByteString
    the value of the evaluated decision output

    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 Details

    • getOutputId

      String getOutputId()
       the id of the evaluated decision output
       
      string outputId = 1;
      Returns:
      The outputId.
    • getOutputIdBytes

      com.google.protobuf.ByteString getOutputIdBytes()
       the id of the evaluated decision output
       
      string outputId = 1;
      Returns:
      The bytes for outputId.
    • getOutputName

      String getOutputName()
       the name of the evaluated decision output
       
      string outputName = 2;
      Returns:
      The outputName.
    • getOutputNameBytes

      com.google.protobuf.ByteString getOutputNameBytes()
       the name of the evaluated decision output
       
      string outputName = 2;
      Returns:
      The bytes for outputName.
    • getOutputValue

      String getOutputValue()
       the value of the evaluated decision output
       
      string outputValue = 3;
      Returns:
      The outputValue.
    • getOutputValueBytes

      com.google.protobuf.ByteString getOutputValueBytes()
       the value of the evaluated decision output
       
      string outputValue = 3;
      Returns:
      The bytes for outputValue.