Interface WeaviateProtoProperties.PhoneNumberOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoProperties.PhoneNumber,WeaviateProtoProperties.PhoneNumber.Builder
- Enclosing class:
- WeaviateProtoProperties
public static interface WeaviateProtoProperties.PhoneNumberOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 country_code = 1;string default_country = 2;com.google.protobuf.ByteStringstring default_country = 2;getInput()string input = 3;com.google.protobuf.ByteStringstring input = 3;string international_formatted = 4;com.google.protobuf.ByteStringstring international_formatted = 4;longuint64 national = 5;string national_formatted = 6;com.google.protobuf.ByteStringstring national_formatted = 6;booleangetValid()bool valid = 7;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
-
getCountryCode
long getCountryCode()uint64 country_code = 1;- Returns:
- The countryCode.
-
getDefaultCountry
String getDefaultCountry()string default_country = 2;- Returns:
- The defaultCountry.
-
getDefaultCountryBytes
com.google.protobuf.ByteString getDefaultCountryBytes()string default_country = 2;- Returns:
- The bytes for defaultCountry.
-
getInput
String getInput()string input = 3;- Returns:
- The input.
-
getInputBytes
com.google.protobuf.ByteString getInputBytes()string input = 3;- Returns:
- The bytes for input.
-
getInternationalFormatted
String getInternationalFormatted()string international_formatted = 4;- Returns:
- The internationalFormatted.
-
getInternationalFormattedBytes
com.google.protobuf.ByteString getInternationalFormattedBytes()string international_formatted = 4;- Returns:
- The bytes for internationalFormatted.
-
getNational
long getNational()uint64 national = 5;- Returns:
- The national.
-
getNationalFormatted
String getNationalFormatted()string national_formatted = 6;- Returns:
- The nationalFormatted.
-
getNationalFormattedBytes
com.google.protobuf.ByteString getNationalFormattedBytes()string national_formatted = 6;- Returns:
- The bytes for nationalFormatted.
-
getValid
boolean getValid()bool valid = 7;- Returns:
- The valid.
-