public class Lookup extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Lookup.Formats |
| Constructor and Description |
|---|
Lookup() |
Lookup(BigInteger phoneNumber) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountryCode() |
Integer |
getCountryPrefix() |
Lookup.Formats |
getFormats() |
Hlr |
getHlr() |
String |
getHref() |
BigInteger |
getPhoneNumber() |
String |
getType() |
void |
setCountryCode(String countryCode) |
String |
toString() |
public Lookup()
public Lookup(BigInteger phoneNumber)
public String getHref()
public String getCountryCode()
public void setCountryCode(String countryCode)
public Integer getCountryPrefix()
public BigInteger getPhoneNumber()
public String getType()
public Lookup.Formats getFormats()
public Hlr getHlr()
Copyright © 2024. All rights reserved.