AvailableProvidersListCountry Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. AvailableProvidersListCountry
- com.
Implements
public final class AvailableProvidersListCountry
implements JsonSerializable<AvailableProvidersListCountry>
Country details.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
countryName()
Get the country |
|
static
Available |
fromJson(JsonReader jsonReader)
Reads an instance of Available |
| List<String> |
providers()
Get the providers property: A list of Internet service providers. |
|
List<Available |
states()
Get the states property: List of available states in the country. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
countryName
public String countryName()
Get the countryName property: The country name.
Returns:
fromJson
public static AvailableProvidersListCountry fromJson(JsonReader jsonReader)
Reads an instance of AvailableProvidersListCountry from the JsonReader.
Parameters:
Returns:
Throws:
providers
public List<String> providers()
Get the providers property: A list of Internet service providers.
Returns:
states
public List<AvailableProvidersListState> states()
Get the states property: List of available states in the country.
Returns:
toJson
validate
public void validate()
Validates the instance.