SensitiveMobileData class abstract
SensitiveMobileData
Properties:
- MSISDN - Mobile Subscriber Integrated Service Digital Network (i.e. mobile phone number of the SIM card). Country, National Destination Code, and Subscriber Number.
- IMSI - International Mobile Subscriber Identity. Unique number associated with the mobile phone user, containing the Mobile Country Code (MCC), the Mobile Network Code (MNC), and the Mobile Identification Number (MSIN)
- IMEI - International Mobile Equipment Identity. Unique number associated with the mobile phone device.
- Annotations
-
- @BuiltValue.new()
Constructors
- SensitiveMobileData([void updates(SensitiveMobileDataBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- IMEI → int?
-
International Mobile Equipment Identity. Unique number associated with the mobile phone device.
no setter
- IMSI → int?
-
International Mobile Subscriber Identity. Unique number associated with the mobile phone user, containing the Mobile Country Code (MCC), the Mobile Network Code (MNC), and the Mobile Identification Number (MSIN)
no setter
- MSISDN → int
-
Mobile Subscriber Integrated Service Digital Network (i.e. mobile phone number of the SIM card). Country, National Destination Code, and Subscriber Number.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(SensitiveMobileDataBuilder)) → SensitiveMobileData -
Rebuilds the instance.
inherited
-
toBuilder(
) → SensitiveMobileDataBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
SensitiveMobileData> -
no setter