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 Detail

      • getId

        java.lang.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

        java.lang.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

        java.lang.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.