CopyrightCaption Class

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

Implements

public final class CopyrightCaption
implements JsonSerializable<CopyrightCaption>

This object is returned from a successful copyright call.

Constructor Summary

Constructor Description
CopyrightCaption()

Creates an instance of CopyrightCaption class.

Method Summary

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

Reads an instance of CopyrightCaption from the JsonReader.

String getCopyrightsCaption()

Get the copyrightsCaption property: Copyrights Caption property.

String getFormatVersion()

Get the formatVersion property: Format Version property.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Constructor Details

CopyrightCaption

public CopyrightCaption()

Creates an instance of CopyrightCaption class.

Method Details

fromJson

public static CopyrightCaption fromJson(JsonReader jsonReader)

Reads an instance of CopyrightCaption from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of CopyrightCaption 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 CopyrightCaption.

getCopyrightsCaption

public String getCopyrightsCaption()

Get the copyrightsCaption property: Copyrights Caption property.

Returns:

the copyrightsCaption value.

getFormatVersion

public String getFormatVersion()

Get the formatVersion property: Format Version property.

Returns:

the formatVersion value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to