public class Pricing extends BaseResource
plivoClient| Constructor and Description |
|---|
Pricing() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCountry() |
java.lang.Long |
getCountryCode() |
java.lang.String |
getCountryIso() |
java.lang.String |
getId() |
com.fasterxml.jackson.databind.JsonNode |
getMessage() |
com.fasterxml.jackson.databind.JsonNode |
getPhoneNumbers() |
static PricingGetter |
getter(java.lang.String countryIso) |
com.fasterxml.jackson.databind.JsonNode |
getVoice() |
getApiId, getPlivoClient, setPlivoClient, toStringpublic Pricing()
public static PricingGetter getter(java.lang.String countryIso)
public com.fasterxml.jackson.databind.JsonNode getMessage()
public com.fasterxml.jackson.databind.JsonNode getPhoneNumbers()
public com.fasterxml.jackson.databind.JsonNode getVoice()
public java.lang.String getCountryIso()
public java.lang.Long getCountryCode()
public java.lang.String getCountry()
public java.lang.String getId()
getId in class BaseResource