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 Summary
Constructors Constructor Description GetDataFactoryOperationStatusResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: Response body structure for get data factory operation status.String
status()
Get the status property: Status of the operation.void
validate()
Validates the instance.GetDataFactoryOperationStatusResponse
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Response body structure for get data factory operation status.GetDataFactoryOperationStatusResponse
withStatus(String status)
Set the status property: Status of the operation.
-
-
-
Method Detail
-
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.
-
-