TerminalConnectivityCellular class abstract

TerminalConnectivityCellular

Properties:

  • iccid - The integrated circuit card identifier (ICCID) of the primary SIM card in the terminal.
  • iccid2 - The integrated circuit card identifier (ICCID) of the secondary SIM card in the terminal, typically used for a third-party SIM card.
  • status - On a terminal that supports 3G or 4G connectivity, indicates the status of the primary SIM card in the terminal.
Annotations
  • @BuiltValue.new()

Constructors

TerminalConnectivityCellular([void updates(TerminalConnectivityCellularBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
iccid String?
The integrated circuit card identifier (ICCID) of the primary SIM card in the terminal.
no setter
iccid2 String?
The integrated circuit card identifier (ICCID) of the secondary SIM card in the terminal, typically used for a third-party SIM card.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status TerminalConnectivityCellularStatusEnum?
On a terminal that supports 3G or 4G connectivity, indicates the status of the primary SIM card in the terminal.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(TerminalConnectivityCellularBuilder)) TerminalConnectivityCellular
Rebuilds the instance.
inherited
toBuilder() TerminalConnectivityCellularBuilder
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<TerminalConnectivityCellular>
no setter