Speedify SDK for Android  14.7.0
Public Member Functions | List of all members
com.speedify.speedifysdk.Types.ServerInformationDetailed Class Reference

Detailed Description

Detailed information about a server.

Since
7.5
Deprecated:
as 14.0 use ServerInformation instead
Inheritance diagram for com.speedify.speedifysdk.Types.ServerInformationDetailed:
com.speedify.speedifysdk.Types.ServerInformation

Public Member Functions

 ServerInformationDetailed (String country, String city, int num, boolean isPrivate)
 
- Public Member Functions inherited from com.speedify.speedifysdk.Types.ServerInformation
 ServerInformation (String country, String city, int num, boolean isPrivate)
 
String toString ()
 

Additional Inherited Members

- Static Public Member Functions inherited from com.speedify.speedifysdk.Types.ServerInformation
static String GetCountryName (String country)
 Get country name string from country code. More...
 
static String GetCityName (String city)
 Get city name string from city code. More...
 
- Public Attributes inherited from com.speedify.speedifysdk.Types.ServerInformation
String country
 2-character ISO country code, ie: 'us'. More...
 
String city
 City code, ie: 'atlanta'. More...
 
int num
 Server number. More...
 
boolean isPrivate
 Whether this is a private or public server. More...
 
boolean isPremium
 Whether this is a premium-only server. More...
 
boolean torrentAllowed
 Whether this server allows bittorrent/P2P. More...
 
String dataCenter
 Data center the server is in. More...
 
List< String > publicIP
 Public IP addresses of this server Only available on connected server calls. More...
 

Constructor & Destructor Documentation

◆ ServerInformationDetailed()

com.speedify.speedifysdk.Types.ServerInformationDetailed.ServerInformationDetailed ( String  country,
String  city,
int  num,
boolean  isPrivate 
)
Parameters
country2-character ISO country code
citycity name
numserver number
isPrivateif this server is a private, dedicated server
Since
7.5

The documentation for this class was generated from the following file: