Class ResourceLocationDataContract
java.lang.Object
com.azure.resourcemanager.apimanagement.models.ResourceLocationDataContract
- All Implemented Interfaces:
com.azure.json.JsonSerializable<ResourceLocationDataContract>
public final class ResourceLocationDataContract
extends Object
implements com.azure.json.JsonSerializable<ResourceLocationDataContract>
Resource location data properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ResourceLocationDataContract class. -
Method Summary
Modifier and TypeMethodDescriptioncity()Get the city property: The city or locality where the resource is located.Get the countryOrRegion property: The country or region where the resource is located.district()Get the district property: The district, state, or province where the resource is located.static ResourceLocationDataContractfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResourceLocationDataContract from the JsonReader.name()Get the name property: A canonical name for the geographic or physical location.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.Set the city property: The city or locality where the resource is located.withCountryOrRegion(String countryOrRegion) Set the countryOrRegion property: The country or region where the resource is located.withDistrict(String district) Set the district property: The district, state, or province where the resource is located.Set the name property: A canonical name for the geographic or physical location.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
ResourceLocationDataContract
public ResourceLocationDataContract()Creates an instance of ResourceLocationDataContract class.
-
-
Method Details
-
name
Get the name property: A canonical name for the geographic or physical location.- Returns:
- the name value.
-
withName
Set the name property: A canonical name for the geographic or physical location.- Parameters:
name- the name value to set.- Returns:
- the ResourceLocationDataContract object itself.
-
city
Get the city property: The city or locality where the resource is located.- Returns:
- the city value.
-
withCity
Set the city property: The city or locality where the resource is located.- Parameters:
city- the city value to set.- Returns:
- the ResourceLocationDataContract object itself.
-
district
Get the district property: The district, state, or province where the resource is located.- Returns:
- the district value.
-
withDistrict
Set the district property: The district, state, or province where the resource is located.- Parameters:
district- the district value to set.- Returns:
- the ResourceLocationDataContract object itself.
-
countryOrRegion
Get the countryOrRegion property: The country or region where the resource is located.- Returns:
- the countryOrRegion value.
-
withCountryOrRegion
Set the countryOrRegion property: The country or region where the resource is located.- Parameters:
countryOrRegion- the countryOrRegion value to set.- Returns:
- the ResourceLocationDataContract object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<ResourceLocationDataContract>- Throws:
IOException
-
fromJson
public static ResourceLocationDataContract fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of ResourceLocationDataContract from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of ResourceLocationDataContract if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IllegalStateException- If the deserialized JSON object was missing any required properties.IOException- If an error occurs while reading the ResourceLocationDataContract.
-