Package com.nexmo.client.insight
Class AdvancedInsightResponse
- java.lang.Object
-
- com.nexmo.client.insight.BasicInsightResponse
-
- com.nexmo.client.insight.StandardInsightResponse
-
- com.nexmo.client.insight.AdvancedInsightResponse
-
public class AdvancedInsightResponse extends StandardInsightResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdvancedInsightResponse.PortedStatusstatic classAdvancedInsightResponse.Reachabilitystatic classAdvancedInsightResponse.Validity
-
Constructor Summary
Constructors Constructor Description AdvancedInsightResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdvancedInsightResponsefromJson(java.lang.String json)java.lang.StringgetCallerName()CallerTypegetCallerType()java.lang.StringgetFirstName()java.lang.StringgetLastName()java.lang.IntegergetLookupOutcome()java.lang.StringgetLookupOutcomeMessage()AdvancedInsightResponse.PortedStatusgetPorted()AdvancedInsightResponse.ReachabilitygetReachability()RoamingDetailsgetRoaming()AdvancedInsightResponse.ValiditygetValidNumber()-
Methods inherited from class com.nexmo.client.insight.StandardInsightResponse
getCallerIdentity, getCurrentCarrier, getOriginalCarrier, getRefundPrice, getRemainingBalance, getRequestPrice
-
Methods inherited from class com.nexmo.client.insight.BasicInsightResponse
getCountryCode, getCountryCodeIso3, getCountryName, getCountryPrefix, getErrorText, getInternationalFormatNumber, getNationalFormatNumber, getRequestId, getStatus, getStatusMessage
-
-
-
-
Constructor Detail
-
AdvancedInsightResponse
public AdvancedInsightResponse()
-
-
Method Detail
-
fromJson
public static AdvancedInsightResponse fromJson(java.lang.String json)
-
getValidNumber
public AdvancedInsightResponse.Validity getValidNumber()
-
getReachability
public AdvancedInsightResponse.Reachability getReachability()
-
getPorted
public AdvancedInsightResponse.PortedStatus getPorted()
-
getLookupOutcome
public java.lang.Integer getLookupOutcome()
-
getLookupOutcomeMessage
public java.lang.String getLookupOutcomeMessage()
-
getRoaming
public RoamingDetails getRoaming()
-
getCallerName
public java.lang.String getCallerName()
-
getFirstName
public java.lang.String getFirstName()
-
getLastName
public java.lang.String getLastName()
-
getCallerType
public CallerType getCallerType()
-
-