CloudEndpointChangeEnumerationStatus Class

  • java.lang.Object
    • com.azure.resourcemanager.storagesync.models.CloudEndpointChangeEnumerationStatus

Implements

public final class CloudEndpointChangeEnumerationStatus
implements JsonSerializable<CloudEndpointChangeEnumerationStatus>

Cloud endpoint change enumeration status object.

Method Summary

Modifier and Type Method and Description
CloudEndpointChangeEnumerationActivity activity()

Get the activity property: Change enumeration activity.

static CloudEndpointChangeEnumerationStatus fromJson(JsonReader jsonReader)

Reads an instance of CloudEndpointChangeEnumerationStatus from the JsonReader.

CloudEndpointLastChangeEnumerationStatus lastEnumerationStatus()

Get the lastEnumerationStatus property: Status of last completed change enumeration.

OffsetDateTime lastUpdatedTimestamp()

Get the lastUpdatedTimestamp property: Last updated timestamp.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

activity

public CloudEndpointChangeEnumerationActivity activity()

Get the activity property: Change enumeration activity.

Returns:

the activity value.

fromJson

public static CloudEndpointChangeEnumerationStatus fromJson(JsonReader jsonReader)

Reads an instance of CloudEndpointChangeEnumerationStatus from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

lastEnumerationStatus

public CloudEndpointLastChangeEnumerationStatus lastEnumerationStatus()

Get the lastEnumerationStatus property: Status of last completed change enumeration.

Returns:

the lastEnumerationStatus value.

lastUpdatedTimestamp

public OffsetDateTime lastUpdatedTimestamp()

Get the lastUpdatedTimestamp property: Last updated timestamp.

Returns:

the lastUpdatedTimestamp value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to