public class Hlr extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
msisdn |
protected String |
reference |
| Constructor and Description |
|---|
Hlr() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedDatetime()
The date and time of the creation of the message in RFC3339 format (Y-m-d\TH:i:sP)
|
HlrDetails |
getDetails() |
String |
getHref()
The URL of the created object.
|
String |
getId()
An unique random ID which is created on the MessageBird platform and is returned upon creation of the object.
|
BigInteger |
getMsisdn()
The telephone number.
|
String |
getNetwork()
The MCCMNC code of the network provider
|
String |
getReference()
A client reference
|
String |
getStatus()
The status of the msisdns.
|
Date |
getStatusDatetime()
The datum time of the last status in RFC3339 format (Y-m-d\TH:i:sP)
|
String |
toString() |
protected BigInteger msisdn
protected String reference
public String getId()
public String getHref()
public BigInteger getMsisdn()
public String getNetwork()
public String getReference()
public String getStatus()
public Date getCreatedDatetime()
public Date getStatusDatetime()
public HlrDetails getDetails()
Copyright © 2024. All rights reserved.