Status Class

  • java.lang.Object
    • com.azure.resourcemanager.costmanagement.models.Status

public final class Status

The status of the long running operation.

Constructor Summary

Constructor Description
Status()

Creates an instance of Status class.

Method Summary

Modifier and Type Method and Description
ReportOperationStatusType status()

Get the status property: The status of the long running operation.

void validate()

Validates the instance.

Status withStatus(ReportOperationStatusType status)

Set the status property: The status of the long running operation.

Methods inherited from java.lang.Object

Constructor Details

Status

public Status()

Creates an instance of Status class.

Method Details

status

public ReportOperationStatusType status()

Get the status property: The status of the long running operation.

Returns:

the status value.

validate

public void validate()

Validates the instance.

withStatus

public Status withStatus(ReportOperationStatusType status)

Set the status property: The status of the long running operation.

Parameters:

status - the status value to set.

Returns:

the Status object itself.

Applies to