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
Modifier and TypeMethodDescription.NullableDouble appBuild = 6;.NullableDouble appBuild = 6;.NullableString appVersion = 7;.NullableString appVersion = 7;.NullableString country = 5;.NullableString country = 5;.NullableCustomData customData = 9;.NullableCustomData customData = 9;.NullableString deviceModel = 8;.NullableString deviceModel = 8;getEmail().NullableString email = 2;.NullableString email = 2;.NullableString language = 4;.NullableString language = 4;getName().NullableString name = 3;.NullableString name = 3;.NullableCustomData privateCustomData = 10;.NullableCustomData privateCustomData = 10;string user_id = 1;com.google.protobuf.ByteStringstring user_id = 1;boolean.NullableDouble appBuild = 6;boolean.NullableString appVersion = 7;boolean.NullableString country = 5;boolean.NullableCustomData customData = 9;boolean.NullableString deviceModel = 8;booleanhasEmail().NullableString email = 2;boolean.NullableString language = 4;booleanhasName().NullableString name = 3;boolean.NullableCustomData privateCustomData = 10;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getUserId
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;
-