Interface VariableForUserParams_PBOrBuilder

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

    public interface VariableForUserParams_PBOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getSdkKey()
      optional string sdkKey = 1;
      com.google.protobuf.ByteString getSdkKeyBytes()
      optional string sdkKey = 1;
      boolean getShouldTrackEvent()
      optional bool shouldTrackEvent = 5;
      DVCUser_PB getUser()
      optional .DVCUser_PB user = 4;
      DVCUser_PBOrBuilder getUserOrBuilder()
      optional .DVCUser_PB user = 4;
      java.lang.String getVariableKey()
      optional string variableKey = 2;
      com.google.protobuf.ByteString getVariableKeyBytes()
      optional string variableKey = 2;
      VariableType_PB getVariableType()
      optional .VariableType_PB variableType = 3;
      int getVariableTypeValue()
      optional .VariableType_PB variableType = 3;
      boolean hasUser()
      optional .DVCUser_PB user = 4;
      • 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 Detail

      • getSdkKey

        java.lang.String getSdkKey()
        optional string sdkKey = 1;
      • getSdkKeyBytes

        com.google.protobuf.ByteString getSdkKeyBytes()
        optional string sdkKey = 1;
      • getVariableKey

        java.lang.String getVariableKey()
        optional string variableKey = 2;
      • getVariableKeyBytes

        com.google.protobuf.ByteString getVariableKeyBytes()
        optional string variableKey = 2;
      • getVariableTypeValue

        int getVariableTypeValue()
        optional .VariableType_PB variableType = 3;
      • getVariableType

        VariableType_PB getVariableType()
        optional .VariableType_PB variableType = 3;
      • hasUser

        boolean hasUser()
        optional .DVCUser_PB user = 4;
      • getUser

        DVCUser_PB getUser()
        optional .DVCUser_PB user = 4;
      • getShouldTrackEvent

        boolean getShouldTrackEvent()
        optional bool shouldTrackEvent = 5;