public class SMSActivateGetRentServicesAndCountriesResponse extends Object
| Modifier and Type | Method and Description |
|---|---|
@NotNull Map<String,SMSActivateRentService> |
getAllRentServices()
Returns the all rent services info.
|
@NotNull SortedSet<Integer> |
getCountryIdSet()
Returns the set countries supported rent.
|
@NotNull Set<String> |
getOperatorNameSet()
Returns the set operators supported rent.
|
@NotNull SMSActivateRentService |
getRentServiceByShortName(@NotNull String serviceShortName)
Returns the service rent by name.
|
@NotNull Set<String> |
getRentServiceNameSet()
Returns the list rent services.
|
@NotNull public @NotNull SMSActivateRentService getRentServiceByShortName(@NotNull @NotNull String serviceShortName) throws SMSActivateWrongParameterException
serviceShortName - short service name.SMSActivateWrongParameterException - if service name is incorrect.@NotNull public @NotNull Map<String,SMSActivateRentService> getAllRentServices()
@NotNull public @NotNull Set<String> getRentServiceNameSet()
@NotNull public @NotNull SortedSet<Integer> getCountryIdSet()
Copyright © 2020. All rights reserved.