Class Status
java.lang.Object
com.azure.resourcemanager.costmanagement.models.Status
The status of the long running operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatus()
Get the status property: The status of the long running operation.void
validate()
Validates the instance.withStatus
(ReportOperationStatusType status) Set the status property: The status of the long running operation.
-
Constructor Details
-
Status
public Status()Creates an instance of Status class.
-
-
Method Details
-
status
Get the status property: The status of the long running operation.- Returns:
- the status value.
-
withStatus
Set the status property: The status of the long running operation.- Parameters:
status
- the status value to set.- Returns:
- the Status object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-