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