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 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.
      • hasName

        boolean hasName()
        .NullableString name = 3;
        Returns:
        Whether the name field is set.
      • getName

        NullableString getName()
        .NullableString name = 3;
        Returns:
        The name.
      • hasLanguage

        boolean hasLanguage()
        .NullableString language = 4;
        Returns:
        Whether the language field is set.
      • getLanguage

        NullableString getLanguage()
        .NullableString language = 4;
        Returns:
        The language.
      • hasCountry

        boolean hasCountry()
        .NullableString country = 5;
        Returns:
        Whether the country field is set.
      • getCountry

        NullableString getCountry()
        .NullableString country = 5;
        Returns:
        The country.
      • hasAppBuild

        boolean hasAppBuild()
        .NullableDouble appBuild = 6;
        Returns:
        Whether the appBuild field is set.
      • getAppBuild

        NullableDouble getAppBuild()
        .NullableDouble appBuild = 6;
        Returns:
        The appBuild.
      • hasAppVersion

        boolean hasAppVersion()
        .NullableString appVersion = 7;
        Returns:
        Whether the appVersion field is set.
      • getAppVersion

        NullableString getAppVersion()
        .NullableString appVersion = 7;
        Returns:
        The appVersion.
      • hasDeviceModel

        boolean hasDeviceModel()
        .NullableString deviceModel = 8;
        Returns:
        Whether the deviceModel field is set.
      • getDeviceModel

        NullableString getDeviceModel()
        .NullableString deviceModel = 8;
        Returns:
        The deviceModel.
      • hasCustomData

        boolean hasCustomData()
        .NullableCustomData customData = 9;
        Returns:
        Whether the customData field is set.
      • getCustomData

        NullableCustomData getCustomData()
        .NullableCustomData customData = 9;
        Returns:
        The customData.
      • 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;