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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCountryCode()Upper-case, two-letter country code as defined by ISO-3166.com.google.protobuf.ByteStringgetCountryCodeBytes()Upper-case, two-letter country code as defined by ISO-3166.java.lang.StringgetPhoneNumber()Phone number of the smart campaign.com.google.protobuf.ByteStringgetPhoneNumberBytes()Phone number of the smart campaign.booleanhasCountryCode()Upper-case, two-letter country code as defined by ISO-3166.booleanhasPhoneNumber()Phone number of the smart campaign.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPhoneNumber
boolean hasPhoneNumber()
Phone number of the smart campaign.
optional string phone_number = 1;- Returns:
- Whether the phoneNumber field is set.
-
getPhoneNumber
java.lang.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
java.lang.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.
-
-