Interface MobileDeviceInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MobileDeviceInfo,MobileDeviceInfo.Builder
public interface MobileDeviceInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetMobileDeviceConstant()The mobile device constant resource name.com.google.protobuf.ByteStringgetMobileDeviceConstantBytes()The mobile device constant resource name.booleanhasMobileDeviceConstant()The mobile device 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
-
hasMobileDeviceConstant
boolean hasMobileDeviceConstant()
The mobile device constant resource name.
optional string mobile_device_constant = 2;- Returns:
- Whether the mobileDeviceConstant field is set.
-
getMobileDeviceConstant
java.lang.String getMobileDeviceConstant()
The mobile device constant resource name.
optional string mobile_device_constant = 2;- Returns:
- The mobileDeviceConstant.
-
getMobileDeviceConstantBytes
com.google.protobuf.ByteString getMobileDeviceConstantBytes()
The mobile device constant resource name.
optional string mobile_device_constant = 2;- Returns:
- The bytes for mobileDeviceConstant.
-
-