Interface DVCUser_PBOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DVCUser_PB,DVCUser_PB.Builder
public interface DVCUser_PBOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NullableDoublegetAppBuild().NullableDouble appBuild = 6;NullableDoubleOrBuildergetAppBuildOrBuilder().NullableDouble appBuild = 6;NullableStringgetAppVersion().NullableString appVersion = 7;NullableStringOrBuildergetAppVersionOrBuilder().NullableString appVersion = 7;NullableStringgetCountry().NullableString country = 5;NullableStringOrBuildergetCountryOrBuilder().NullableString country = 5;NullableCustomDatagetCustomData().NullableCustomData customData = 9;NullableCustomDataOrBuildergetCustomDataOrBuilder().NullableCustomData customData = 9;NullableStringgetDeviceModel().NullableString deviceModel = 8;NullableStringOrBuildergetDeviceModelOrBuilder().NullableString deviceModel = 8;NullableStringgetEmail().NullableString email = 2;NullableStringOrBuildergetEmailOrBuilder().NullableString email = 2;NullableStringgetLanguage().NullableString language = 4;NullableStringOrBuildergetLanguageOrBuilder().NullableString language = 4;NullableStringgetName().NullableString name = 3;NullableStringOrBuildergetNameOrBuilder().NullableString name = 3;NullableCustomDatagetPrivateCustomData().NullableCustomData privateCustomData = 10;NullableCustomDataOrBuildergetPrivateCustomDataOrBuilder().NullableCustomData privateCustomData = 10;java.lang.StringgetUserId()string user_id = 1;com.google.protobuf.ByteStringgetUserIdBytes()string user_id = 1;booleanhasAppBuild().NullableDouble appBuild = 6;booleanhasAppVersion().NullableString appVersion = 7;booleanhasCountry().NullableString country = 5;booleanhasCustomData().NullableCustomData customData = 9;booleanhasDeviceModel().NullableString deviceModel = 8;booleanhasEmail().NullableString email = 2;booleanhasLanguage().NullableString language = 4;booleanhasName().NullableString name = 3;booleanhasPrivateCustomData().NullableCustomData privateCustomData = 10;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUserId
java.lang.String getUserId()
string user_id = 1;- Returns:
- The userId.
-
getUserIdBytes
com.google.protobuf.ByteString getUserIdBytes()
string user_id = 1;- Returns:
- The bytes for userId.
-
hasEmail
boolean hasEmail()
.NullableString email = 2;- Returns:
- Whether the email field is set.
-
getEmail
NullableString getEmail()
.NullableString email = 2;- Returns:
- The email.
-
getEmailOrBuilder
NullableStringOrBuilder getEmailOrBuilder()
.NullableString email = 2;
-
hasName
boolean hasName()
.NullableString name = 3;- Returns:
- Whether the name field is set.
-
getName
NullableString getName()
.NullableString name = 3;- Returns:
- The name.
-
getNameOrBuilder
NullableStringOrBuilder getNameOrBuilder()
.NullableString name = 3;
-
hasLanguage
boolean hasLanguage()
.NullableString language = 4;- Returns:
- Whether the language field is set.
-
getLanguage
NullableString getLanguage()
.NullableString language = 4;- Returns:
- The language.
-
getLanguageOrBuilder
NullableStringOrBuilder getLanguageOrBuilder()
.NullableString language = 4;
-
hasCountry
boolean hasCountry()
.NullableString country = 5;- Returns:
- Whether the country field is set.
-
getCountry
NullableString getCountry()
.NullableString country = 5;- Returns:
- The country.
-
getCountryOrBuilder
NullableStringOrBuilder getCountryOrBuilder()
.NullableString country = 5;
-
hasAppBuild
boolean hasAppBuild()
.NullableDouble appBuild = 6;- Returns:
- Whether the appBuild field is set.
-
getAppBuild
NullableDouble getAppBuild()
.NullableDouble appBuild = 6;- Returns:
- The appBuild.
-
getAppBuildOrBuilder
NullableDoubleOrBuilder getAppBuildOrBuilder()
.NullableDouble appBuild = 6;
-
hasAppVersion
boolean hasAppVersion()
.NullableString appVersion = 7;- Returns:
- Whether the appVersion field is set.
-
getAppVersion
NullableString getAppVersion()
.NullableString appVersion = 7;- Returns:
- The appVersion.
-
getAppVersionOrBuilder
NullableStringOrBuilder getAppVersionOrBuilder()
.NullableString appVersion = 7;
-
hasDeviceModel
boolean hasDeviceModel()
.NullableString deviceModel = 8;- Returns:
- Whether the deviceModel field is set.
-
getDeviceModel
NullableString getDeviceModel()
.NullableString deviceModel = 8;- Returns:
- The deviceModel.
-
getDeviceModelOrBuilder
NullableStringOrBuilder getDeviceModelOrBuilder()
.NullableString deviceModel = 8;
-
hasCustomData
boolean hasCustomData()
.NullableCustomData customData = 9;- Returns:
- Whether the customData field is set.
-
getCustomData
NullableCustomData getCustomData()
.NullableCustomData customData = 9;- Returns:
- The customData.
-
getCustomDataOrBuilder
NullableCustomDataOrBuilder getCustomDataOrBuilder()
.NullableCustomData customData = 9;
-
hasPrivateCustomData
boolean hasPrivateCustomData()
.NullableCustomData privateCustomData = 10;- Returns:
- Whether the privateCustomData field is set.
-
getPrivateCustomData
NullableCustomData getPrivateCustomData()
.NullableCustomData privateCustomData = 10;- Returns:
- The privateCustomData.
-
getPrivateCustomDataOrBuilder
NullableCustomDataOrBuilder getPrivateCustomDataOrBuilder()
.NullableCustomData privateCustomData = 10;
-
-