Copyright Class
- java.
lang. Object - com.
azure. maps. render. models. Copyright
- com.
Implements
public final class Copyright
implements JsonSerializable<Copyright>
This object is returned from a successful copyright request.
Constructor Summary
| Constructor | Description |
|---|---|
| Copyright() |
Creates an instance of Copyright class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Copyright |
fromJson(JsonReader jsonReader)
Reads an instance of Copyright from the Json |
| String |
getFormatVersion()
Get the format |
| List<String> |
getGeneralCopyrights()
Get the general |
|
List<Region |
getRegions()
Get the regions property: Regions array. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
Copyright
public Copyright()
Creates an instance of Copyright class.
Method Details
fromJson
public static Copyright fromJson(JsonReader jsonReader)
Reads an instance of Copyright from the JsonReader.
Parameters:
Returns:
Throws:
getFormatVersion
public String getFormatVersion()
Get the formatVersion property: Format Version property.
Returns:
getGeneralCopyrights
public List<String> getGeneralCopyrights()
Get the generalCopyrights property: General Copyrights array.
Returns:
getRegions
public List<RegionCopyrights> getRegions()
Get the regions property: Regions array.
Returns: