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.StringgetSdkKey()optional string sdkKey = 1;com.google.protobuf.ByteStringgetSdkKeyBytes()optional string sdkKey = 1;booleangetShouldTrackEvent()optional bool shouldTrackEvent = 5;DVCUser_PBgetUser()optional .DVCUser_PB user = 4;DVCUser_PBOrBuildergetUserOrBuilder()optional .DVCUser_PB user = 4;java.lang.StringgetVariableKey()optional string variableKey = 2;com.google.protobuf.ByteStringgetVariableKeyBytes()optional string variableKey = 2;VariableType_PBgetVariableType()optional .VariableType_PB variableType = 3;intgetVariableTypeValue()optional .VariableType_PB variableType = 3;booleanhasUser()optional .DVCUser_PB user = 4;-
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;
-
getUserOrBuilder
DVCUser_PBOrBuilder getUserOrBuilder()
optional .DVCUser_PB user = 4;
-
getShouldTrackEvent
boolean getShouldTrackEvent()
optional bool shouldTrackEvent = 5;
-
-