Package com.vonage.client.account
Class Country
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.account.Country
- All Implemented Interfaces:
Jsonable
Groups the country details in
PricingResponse.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Constructor Details
-
Country
public Country()
-
-
Method Details
-
getCode
Two-letter country code.- Returns:
- The country code as a string.
-
getDisplayName
Readable alternate country name.- Returns:
- The country display name.
-
getName
Country name.- Returns:
- The country name.
-