AzureBackupFindRestorableTimeRangesResponseResourceInner Class

public final class AzureBackupFindRestorableTimeRangesResponseResourceInner
extends DppResource

List Restore Ranges Response.

Method Summary

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

Reads an instance of AzureBackupFindRestorableTimeRangesResponseResourceInner from the JsonReader.

String id()

Get the id property: Resource Id represents the complete path to the resource.

String name()

Get the name property: Resource name associated with the resource.

AzureBackupFindRestorableTimeRangesResponse properties()

Get the properties property: AzureBackupFindRestorableTimeRangesResponseResource properties.

SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...

Methods inherited from DppResource

Methods inherited from java.lang.Object

Method Details

fromJson

public static AzureBackupFindRestorableTimeRangesResponseResourceInner fromJson(JsonReader jsonReader)

Reads an instance of AzureBackupFindRestorableTimeRangesResponseResourceInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

id

public String id()

Get the id property: Resource Id represents the complete path to the resource.

Overrides:

AzureBackupFindRestorableTimeRangesResponseResourceInner.id()

Returns:

the id value.

name

public String name()

Get the name property: Resource name associated with the resource.

Overrides:

AzureBackupFindRestorableTimeRangesResponseResourceInner.name()

Returns:

the name value.

properties

public AzureBackupFindRestorableTimeRangesResponse properties()

Get the properties property: AzureBackupFindRestorableTimeRangesResponseResource properties.

Returns:

the properties value.

systemData

public SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

Overrides:

AzureBackupFindRestorableTimeRangesResponseResourceInner.systemData()

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

AzureBackupFindRestorableTimeRangesResponseResourceInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...

Overrides:

AzureBackupFindRestorableTimeRangesResponseResourceInner.type()

Returns:

the type value.

Applies to