Interface SDKVariable_PBOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SDKVariable_PB, SDKVariable_PB.Builder

public interface SDKVariable_PBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getId

      String getId()
      string _id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
      string _id = 1;
      Returns:
      The bytes for id.
    • getTypeValue

      int getTypeValue()
      .VariableType_PB type = 2;
      Returns:
      The enum numeric value on the wire for type.
    • getType

      VariableType_PB getType()
      .VariableType_PB type = 2;
      Returns:
      The type.
    • getKey

      String getKey()
      string key = 3;
      Returns:
      The key.
    • getKeyBytes

      com.google.protobuf.ByteString getKeyBytes()
      string key = 3;
      Returns:
      The bytes for key.
    • getBoolValue

      boolean getBoolValue()
      bool boolValue = 4;
      Returns:
      The boolValue.
    • getDoubleValue

      double getDoubleValue()
      double doubleValue = 5;
      Returns:
      The doubleValue.
    • getStringValue

      String getStringValue()
      string stringValue = 6;
      Returns:
      The stringValue.
    • getStringValueBytes

      com.google.protobuf.ByteString getStringValueBytes()
      string stringValue = 6;
      Returns:
      The bytes for stringValue.
    • hasEvalReason

      boolean hasEvalReason()
      .NullableString evalReason = 7;
      Returns:
      Whether the evalReason field is set.
    • getEvalReason

      NullableString getEvalReason()
      .NullableString evalReason = 7;
      Returns:
      The evalReason.
    • getEvalReasonOrBuilder

      NullableStringOrBuilder getEvalReasonOrBuilder()
      .NullableString evalReason = 7;
    • hasFeature

      boolean hasFeature()
      .NullableString _feature = 8;
      Returns:
      Whether the feature field is set.
    • getFeature

      NullableString getFeature()
      .NullableString _feature = 8;
      Returns:
      The feature.
    • getFeatureOrBuilder

      NullableStringOrBuilder getFeatureOrBuilder()
      .NullableString _feature = 8;
    • hasEval

      boolean hasEval()
      .EvalReason_PB eval = 9;
      Returns:
      Whether the eval field is set.
    • getEval

      EvalReason_PB getEval()
      .EvalReason_PB eval = 9;
      Returns:
      The eval.
    • getEvalOrBuilder

      EvalReason_PBOrBuilder getEvalOrBuilder()
      .EvalReason_PB eval = 9;