DeletionInfo Class

  • java.lang.Object
    • com.azure.resourcemanager.dataprotection.models.DeletionInfo

Implements

public final class DeletionInfo
implements JsonSerializable<DeletionInfo>

Deletion Info.

Method Summary

Modifier and Type Method and Description
String billingEndDate()

Get the billingEndDate property: Specifies billing end date.

String deleteActivityId()

Get the deleteActivityId property: Delete activity ID for troubleshooting purpose.

String deletionTime()

Get the deletionTime property: Specifies time of deletion.

static DeletionInfo fromJson(JsonReader jsonReader)

Reads an instance of DeletionInfo from the JsonReader.

String scheduledPurgeTime()

Get the scheduledPurgeTime property: Specifies purge time.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

billingEndDate

public String billingEndDate()

Get the billingEndDate property: Specifies billing end date.

Returns:

the billingEndDate value.

deleteActivityId

public String deleteActivityId()

Get the deleteActivityId property: Delete activity ID for troubleshooting purpose.

Returns:

the deleteActivityId value.

deletionTime

public String deletionTime()

Get the deletionTime property: Specifies time of deletion.

Returns:

the deletionTime value.

fromJson

public static DeletionInfo fromJson(JsonReader jsonReader)

Reads an instance of DeletionInfo from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

scheduledPurgeTime

public String scheduledPurgeTime()

Get the scheduledPurgeTime property: Specifies purge time.

Returns:

the scheduledPurgeTime value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to