public class AdvancedInsightResponse extends StandardInsightResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
AdvancedInsightResponse.PortedStatus |
static class |
AdvancedInsightResponse.Reachability |
static class |
AdvancedInsightResponse.Validity |
| Constructor and Description |
|---|
AdvancedInsightResponse() |
| Modifier and Type | Method and Description |
|---|---|
static AdvancedInsightResponse |
fromJson(java.lang.String json) |
java.lang.String |
getCallerName() |
CallerType |
getCallerType() |
java.lang.String |
getFirstName() |
java.lang.String |
getLastName() |
java.lang.Integer |
getLookupOutcome() |
java.lang.String |
getLookupOutcomeMessage() |
AdvancedInsightResponse.PortedStatus |
getPorted() |
AdvancedInsightResponse.Reachability |
getReachability() |
RoamingDetails |
getRoaming() |
AdvancedInsightResponse.Validity |
getValidNumber() |
getCurrentCarrier, getOriginalCarrier, getRemainingBalance, getRequestPricegetCountryCode, getCountryCodeIso3, getCountryName, getCountryPrefix, getErrorText, getInternationalFormatNumber, getNationalFormatNumber, getRequestId, getStatus, getStatusMessagepublic AdvancedInsightResponse()
public static AdvancedInsightResponse fromJson(java.lang.String json)
public AdvancedInsightResponse.Validity getValidNumber()
public AdvancedInsightResponse.Reachability getReachability()
public AdvancedInsightResponse.PortedStatus getPorted()
public java.lang.Integer getLookupOutcome()
public java.lang.String getLookupOutcomeMessage()
public RoamingDetails getRoaming()
public java.lang.String getCallerName()
getCallerName in class StandardInsightResponsepublic java.lang.String getFirstName()
getFirstName in class StandardInsightResponsepublic java.lang.String getLastName()
getLastName in class StandardInsightResponsepublic CallerType getCallerType()
getCallerType in class StandardInsightResponse