Package com.nexmo.client.insight
Class StandardInsightResponse
- java.lang.Object
-
- com.nexmo.client.insight.BasicInsightResponse
-
- com.nexmo.client.insight.StandardInsightResponse
-
- Direct Known Subclasses:
AdvancedInsightResponse
public class StandardInsightResponse extends BasicInsightResponse
-
-
Constructor Summary
Constructors Constructor Description StandardInsightResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StandardInsightResponsefromJson(java.lang.String json)CallerIdentitygetCallerIdentity()CarrierDetailsgetCurrentCarrier()CarrierDetailsgetOriginalCarrier()java.math.BigDecimalgetRefundPrice()java.math.BigDecimalgetRemainingBalance()java.math.BigDecimalgetRequestPrice()-
Methods inherited from class com.nexmo.client.insight.BasicInsightResponse
getCountryCode, getCountryCodeIso3, getCountryName, getCountryPrefix, getErrorText, getInternationalFormatNumber, getNationalFormatNumber, getRequestId, getStatus, getStatusMessage
-
-
-
-
Constructor Detail
-
StandardInsightResponse
public StandardInsightResponse()
-
-
Method Detail
-
fromJson
public static StandardInsightResponse fromJson(java.lang.String json)
-
getRequestPrice
public java.math.BigDecimal getRequestPrice()
-
getRemainingBalance
public java.math.BigDecimal getRemainingBalance()
-
getOriginalCarrier
public CarrierDetails getOriginalCarrier()
-
getCurrentCarrier
public CarrierDetails getCurrentCarrier()
-
getCallerIdentity
public CallerIdentity getCallerIdentity()
-
getRefundPrice
public java.math.BigDecimal getRefundPrice()
-
-