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