CommitBatchStatusResponseProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.managednetworkfabric.models.CommitBatchStatusResponseProperties

Implements

public final class CommitBatchStatusResponseProperties
implements JsonSerializable<CommitBatchStatusResponseProperties>

Commit Batch Status Response Properties.

Method Summary

Modifier and Type Method and Description
CommitBatchDetails commitBatchDetails()

Get the commitBatchDetails property: Commit Batch Details.

String commitBatchId()

Get the commitBatchId property: Commit Batch Identifier.

CommitBatchState commitBatchState()

Get the commitBatchState property: Commit Batch State.

static CommitBatchStatusResponseProperties fromJson(JsonReader jsonReader)

Reads an instance of CommitBatchStatusResponseProperties from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

commitBatchDetails

public CommitBatchDetails commitBatchDetails()

Get the commitBatchDetails property: Commit Batch Details.

Returns:

the commitBatchDetails value.

commitBatchId

public String commitBatchId()

Get the commitBatchId property: Commit Batch Identifier.

Returns:

the commitBatchId value.

commitBatchState

public CommitBatchState commitBatchState()

Get the commitBatchState property: Commit Batch State.

Returns:

the commitBatchState value.

fromJson

public static CommitBatchStatusResponseProperties fromJson(JsonReader jsonReader)

Reads an instance of CommitBatchStatusResponseProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to