public class SMSActivateGetCountriesResponse extends Object
| Constructor and Description |
|---|
SMSActivateGetCountriesResponse(@NotNull Map<Integer,SMSActivateCountryInfo> smsActivateCountryInfoMap)
Constructor getCountries response.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull SMSActivateCountryInfo |
get(int countryId)
Returns the country info by id.
|
@NotNull List<SMSActivateCountryInfo> |
getSMSActivateGetCountryInfoList()
Returns the countries list.
|
public SMSActivateGetCountriesResponse(@NotNull
@NotNull Map<Integer,SMSActivateCountryInfo> smsActivateCountryInfoMap)
smsActivateCountryInfoMap - map countries info where key is ID country.@NotNull public @NotNull SMSActivateCountryInfo get(int countryId) throws SMSActivateWrongParameterException
countryId - country id.SMSActivateWrongParameterException - if id is incorrect.@NotNull public @NotNull List<SMSActivateCountryInfo> getSMSActivateGetCountryInfoList()
Copyright © 2020. All rights reserved.