Condividi tramite


ResponseMetadata Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.models.ResponseMetadata

Implements

public final class ResponseMetadata
implements JsonSerializable<ResponseMetadata>

The ResponseMetadata model.

Method Summary

Modifier and Type Method and Description
DataSource dataSource()

Get the dataSource property: Source of the Data.

static ResponseMetadata fromJson(JsonReader jsonReader)

Reads an instance of ResponseMetadata from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

dataSource

public DataSource dataSource()

Get the dataSource property: Source of the Data.

Returns:

the dataSource value.

fromJson

public static ResponseMetadata fromJson(JsonReader jsonReader)

Reads an instance of ResponseMetadata from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to