Interface SmartCampaignSetting.PhoneNumberOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SmartCampaignSetting.PhoneNumber, SmartCampaignSetting.PhoneNumber.Builder
Enclosing class:
SmartCampaignSetting

public static interface SmartCampaignSetting.PhoneNumberOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Upper-case, two-letter country code as defined by ISO-3166.
    com.google.protobuf.ByteString
    Upper-case, two-letter country code as defined by ISO-3166.
    Phone number of the smart campaign.
    com.google.protobuf.ByteString
    Phone number of the smart campaign.
    boolean
    Upper-case, two-letter country code as defined by ISO-3166.
    boolean
    Phone number of the smart campaign.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasPhoneNumber

      boolean hasPhoneNumber()
       Phone number of the smart campaign.
       
      optional string phone_number = 1;
      Returns:
      Whether the phoneNumber field is set.
    • getPhoneNumber

      String getPhoneNumber()
       Phone number of the smart campaign.
       
      optional string phone_number = 1;
      Returns:
      The phoneNumber.
    • getPhoneNumberBytes

      com.google.protobuf.ByteString getPhoneNumberBytes()
       Phone number of the smart campaign.
       
      optional string phone_number = 1;
      Returns:
      The bytes for phoneNumber.
    • hasCountryCode

      boolean hasCountryCode()
       Upper-case, two-letter country code as defined by ISO-3166.
       
      optional string country_code = 2;
      Returns:
      Whether the countryCode field is set.
    • getCountryCode

      String getCountryCode()
       Upper-case, two-letter country code as defined by ISO-3166.
       
      optional string country_code = 2;
      Returns:
      The countryCode.
    • getCountryCodeBytes

      com.google.protobuf.ByteString getCountryCodeBytes()
       Upper-case, two-letter country code as defined by ISO-3166.
       
      optional string country_code = 2;
      Returns:
      The bytes for countryCode.