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 TypeMethodDescriptionthe id of the evaluated decision outputcom.google.protobuf.ByteStringthe id of the evaluated decision outputthe name of the evaluated decision outputcom.google.protobuf.ByteStringthe name of the evaluated decision outputthe value of the evaluated decision outputcom.google.protobuf.ByteStringthe value of the evaluated decision outputMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-