SyncFullSchemaPropertiesInner Class

  • java.lang.Object
    • com.azure.resourcemanager.sql.fluent.models.SyncFullSchemaPropertiesInner

Implements

public final class SyncFullSchemaPropertiesInner
implements JsonSerializable<SyncFullSchemaPropertiesInner>

Properties of the database full schema.

Constructor Summary

Constructor Description
SyncFullSchemaPropertiesInner()

Creates an instance of SyncFullSchemaPropertiesInner class.

Method Summary

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

Reads an instance of SyncFullSchemaPropertiesInner from the JsonReader.

OffsetDateTime lastUpdateTime()

Get the lastUpdateTime property: Last update time of the database schema.

List<SyncFullSchemaTable> tables()

Get the tables property: List of tables in the database full schema.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

SyncFullSchemaPropertiesInner

public SyncFullSchemaPropertiesInner()

Creates an instance of SyncFullSchemaPropertiesInner class.

Method Details

fromJson

public static SyncFullSchemaPropertiesInner fromJson(JsonReader jsonReader)

Reads an instance of SyncFullSchemaPropertiesInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

lastUpdateTime

public OffsetDateTime lastUpdateTime()

Get the lastUpdateTime property: Last update time of the database schema.

Returns:

the lastUpdateTime value.

tables

public List tables()

Get the tables property: List of tables in the database full schema.

Returns:

the tables value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to