Interface CarrierInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CarrierInfo,CarrierInfo.Builder
public interface CarrierInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCarrierConstant()The Carrier constant resource name.com.google.protobuf.ByteStringgetCarrierConstantBytes()The Carrier constant resource name.booleanhasCarrierConstant()The Carrier constant resource name.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCarrierConstant
boolean hasCarrierConstant()
The Carrier constant resource name.
optional string carrier_constant = 2;- Returns:
- Whether the carrierConstant field is set.
-
getCarrierConstant
java.lang.String getCarrierConstant()
The Carrier constant resource name.
optional string carrier_constant = 2;- Returns:
- The carrierConstant.
-
getCarrierConstantBytes
com.google.protobuf.ByteString getCarrierConstantBytes()
The Carrier constant resource name.
optional string carrier_constant = 2;- Returns:
- The bytes for carrierConstant.
-
-