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 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;