Package com.nexmo.client.account
Class PrefixPricingResponse
- java.lang.Object
-
- com.nexmo.client.account.PrefixPricingResponse
-
public class PrefixPricingResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PrefixPricingResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PrefixPricingResponsefromJson(java.lang.String json)intgetCount()java.util.List<PricingResponse>getCountries()
-
-
-
Constructor Detail
-
PrefixPricingResponse
public PrefixPricingResponse()
-
-
Method Detail
-
getCount
public int getCount()
-
getCountries
public java.util.List<PricingResponse> getCountries()
-
fromJson
public static PrefixPricingResponse fromJson(java.lang.String json)
-
-