Interface GatewayOuterClass.EvaluatedDecisionInputOrBuilder

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

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

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

    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

    • getInputId

      String getInputId()
       the id of the evaluated decision input
       
      string inputId = 1;
      Returns:
      The inputId.
    • getInputIdBytes

      com.google.protobuf.ByteString getInputIdBytes()
       the id of the evaluated decision input
       
      string inputId = 1;
      Returns:
      The bytes for inputId.
    • getInputName

      String getInputName()
       the name of the evaluated decision input
       
      string inputName = 2;
      Returns:
      The inputName.
    • getInputNameBytes

      com.google.protobuf.ByteString getInputNameBytes()
       the name of the evaluated decision input
       
      string inputName = 2;
      Returns:
      The bytes for inputName.
    • getInputValue

      String getInputValue()
       the value of the evaluated decision input
       
      string inputValue = 3;
      Returns:
      The inputValue.
    • getInputValueBytes

      com.google.protobuf.ByteString getInputValueBytes()
       the value of the evaluated decision input
       
      string inputValue = 3;
      Returns:
      The bytes for inputValue.