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 TypeMethodDescriptionthe id of the evaluated decision inputcom.google.protobuf.ByteStringthe id of the evaluated decision inputthe name of the evaluated decision inputcom.google.protobuf.ByteStringthe name of the evaluated decision inputthe value of the evaluated decision inputcom.google.protobuf.ByteStringthe value of the evaluated decision inputMethods 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
-
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.
-