Class GetDataFactoryOperationStatusResponse

java.lang.Object
com.azure.resourcemanager.datafactory.models.GetDataFactoryOperationStatusResponse

public final class GetDataFactoryOperationStatusResponse extends Object
Response body structure for get data factory operation status.
  • Constructor Details

    • GetDataFactoryOperationStatusResponse

      public GetDataFactoryOperationStatusResponse()
  • Method Details

    • status

      public String status()
      Get the status property: Status of the operation.
      Returns:
      the status value.
    • withStatus

      public GetDataFactoryOperationStatusResponse withStatus(String status)
      Set the status property: Status of the operation.
      Parameters:
      status - the status value to set.
      Returns:
      the GetDataFactoryOperationStatusResponse object itself.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: Response body structure for get data factory operation status.
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public GetDataFactoryOperationStatusResponse withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: Response body structure for get data factory operation status.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the GetDataFactoryOperationStatusResponse object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.