Class GetDataFactoryOperationStatusResponse
java.lang.Object
com.azure.resourcemanager.datafactory.models.GetDataFactoryOperationStatusResponse
Response body structure for get data factory operation status.
-
Constructor Summary
ConstructorDescriptionCreates an instance of GetDataFactoryOperationStatusResponse class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: Response body structure for get data factory operation status.status()
Get the status property: Status of the operation.void
validate()
Validates the instance.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Response body structure for get data factory operation status.withStatus
(String status) Set the status property: Status of the operation.
-
Constructor Details
-
GetDataFactoryOperationStatusResponse
public GetDataFactoryOperationStatusResponse()Creates an instance of GetDataFactoryOperationStatusResponse class.
-
-
Method Details
-
status
Get the status property: Status of the operation.- Returns:
- the status value.
-
withStatus
Set the status property: Status of the operation.- Parameters:
status
- the status value to set.- Returns:
- the GetDataFactoryOperationStatusResponse object itself.
-
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.
-