RegionCopyrightsCountry Class

  • java.lang.Object
    • com.azure.maps.render.models.RegionCopyrightsCountry

Implements

public final class RegionCopyrightsCountry
implements JsonSerializable<RegionCopyrightsCountry>

Country property.

Constructor Summary

Constructor Description
RegionCopyrightsCountry()

Creates an instance of RegionCopyrightsCountry class.

Method Summary

Modifier and Type Method and Description
static RegionCopyrightsCountry fromJson(JsonReader jsonReader)

Reads an instance of RegionCopyrightsCountry from the JsonReader.

String getIso3()

Get the iSO3 property: ISO3 property.

String getLabel()

Get the label property: Label property.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Constructor Details

RegionCopyrightsCountry

public RegionCopyrightsCountry()

Creates an instance of RegionCopyrightsCountry class.

Method Details

fromJson

public static RegionCopyrightsCountry fromJson(JsonReader jsonReader)

Reads an instance of RegionCopyrightsCountry from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of RegionCopyrightsCountry if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the RegionCopyrightsCountry.

getIso3

public String getIso3()

Get the iSO3 property: ISO3 property.

Returns:

the iSO3 value.

getLabel

public String getLabel()

Get the label property: Label property.

Returns:

the label value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to