Class: RakelState

domain/RakelState.RakelState

Constructors

constructor

new RakelState(msisdn, issi, gssi, isHealthy)

General information about the current Rakel radio state

Parameters

Name

Type

Description

msisdn

string

The radio MSISDN

issi

string

The radio ISSI

gssi

string

The radio GSSI

isHealthy

boolean

flag for the health of the radio communication

Properties

gssi

gssi: string

The radio GSSI


isHealthy

isHealthy: boolean

flag for the health of the radio communication


issi

issi: string

The radio ISSI


msisdn

msisdn: string

The radio MSISDN

Methods

fromJSON

Static fromJSON(data): RakelState

Create from JSON

Parameters

Name

Type

Description

data

any

JSON object

Returns

RakelState