public class MobileRTCDialinCountry
extends java.lang.Object
| Constructor and Description |
|---|
MobileRTCDialinCountry() |
MobileRTCDialinCountry(java.lang.String hash,
boolean includedTollfree,
java.util.ArrayList<java.lang.String> selectedCountries,
java.util.ArrayList<java.lang.String> allCountries)
Create an instance for the MobileRTCDialinCountry.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<java.lang.String> |
getAllCountries()
Get all available countries configured in web server.
|
java.lang.String |
getHash()
Get hash algorithm.
|
java.util.ArrayList<java.lang.String> |
getSelectedCountries()
Get the countries selected by user.
|
boolean |
isIncludedTollfree()
Query if the toll-free number is included in the list of dialing in.
|
void |
setAllCountries(java.util.ArrayList<java.lang.String> allCountries)
Set all available countries on web server.
|
void |
setHash(java.lang.String hash)
Set hash algorithm
|
void |
setIncludedTollfree(boolean includedTollfree)
Set the incoming call numbers including toll-free number.
|
void |
setSelectedCountries(java.util.ArrayList<java.lang.String> selectedCountries)
Set the countries selected by user.
|
public MobileRTCDialinCountry(java.lang.String hash,
boolean includedTollfree,
java.util.ArrayList<java.lang.String> selectedCountries,
java.util.ArrayList<java.lang.String> allCountries)
hash - Hash algorithmincludedTollfree - Specify the incoming call phone numbers including toll-free number.selectedCountries - The countries selected by user.allCountries - All available countries configured in web server.public MobileRTCDialinCountry()
public java.lang.String getHash()
public void setHash(java.lang.String hash)
hash - Hash algorithmpublic boolean isIncludedTollfree()
public void setIncludedTollfree(boolean includedTollfree)
includedTollfree - TRUE means including toll-free number, otherwise failed.public java.util.ArrayList<java.lang.String> getSelectedCountries()
public void setSelectedCountries(java.util.ArrayList<java.lang.String> selectedCountries)
selectedCountries - The countries.public java.util.ArrayList<java.lang.String> getAllCountries()
public void setAllCountries(java.util.ArrayList<java.lang.String> allCountries)
allCountries - All available countries.