CommitBatchStatusRequest Class
- java.
lang. Object - com.
azure. resourcemanager. managednetworkfabric. models. CommitBatchStatusRequest
- com.
Implements
public final class CommitBatchStatusRequest
implements JsonSerializable<CommitBatchStatusRequest>
Commit Batch Status Request.
Constructor Summary
| Constructor | Description |
|---|---|
| CommitBatchStatusRequest() |
Creates an instance of Commit |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
commitBatchId()
Get the commit |
|
static
Commit |
fromJson(JsonReader jsonReader)
Reads an instance of Commit |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Commit |
withCommitBatchId(String commitBatchId)
Set the commit |
Methods inherited from java.lang.Object
Constructor Details
CommitBatchStatusRequest
public CommitBatchStatusRequest()
Creates an instance of CommitBatchStatusRequest class.
Method Details
commitBatchId
public String commitBatchId()
Get the commitBatchId property: Commit Batch Identifier. If not provided, the latest commit batch status will be returned.
Returns:
fromJson
public static CommitBatchStatusRequest fromJson(JsonReader jsonReader)
Reads an instance of CommitBatchStatusRequest from the JsonReader.
Parameters:
Returns:
Throws:
toJson
withCommitBatchId
public CommitBatchStatusRequest withCommitBatchId(String commitBatchId)
Set the commitBatchId property: Commit Batch Identifier. If not provided, the latest commit batch status will be returned.
Parameters:
Returns: