Class SsisObjectMetadataStatusResponseInner
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.fluent.models.SsisObjectMetadataStatusResponseInner
-
public final class SsisObjectMetadataStatusResponseInner extends Object
The status of the operation.
-
-
Constructor Summary
Constructors Constructor Description SsisObjectMetadataStatusResponseInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
error()
Get the error property: The operation error message.String
name()
Get the name property: The operation name.String
properties()
Get the properties property: The operation properties.String
status()
Get the status property: The status of the operation.void
validate()
Validates the instance.SsisObjectMetadataStatusResponseInner
withError(String error)
Set the error property: The operation error message.SsisObjectMetadataStatusResponseInner
withName(String name)
Set the name property: The operation name.SsisObjectMetadataStatusResponseInner
withProperties(String properties)
Set the properties property: The operation properties.SsisObjectMetadataStatusResponseInner
withStatus(String status)
Set the status property: The status of the operation.
-
-
-
Method Detail
-
status
public String status()
Get the status property: The status of the operation.- Returns:
- the status value.
-
withStatus
public SsisObjectMetadataStatusResponseInner withStatus(String status)
Set the status property: The status of the operation.- Parameters:
status
- the status value to set.- Returns:
- the SsisObjectMetadataStatusResponseInner object itself.
-
name
public String name()
Get the name property: The operation name.- Returns:
- the name value.
-
withName
public SsisObjectMetadataStatusResponseInner withName(String name)
Set the name property: The operation name.- Parameters:
name
- the name value to set.- Returns:
- the SsisObjectMetadataStatusResponseInner object itself.
-
properties
public String properties()
Get the properties property: The operation properties.- Returns:
- the properties value.
-
withProperties
public SsisObjectMetadataStatusResponseInner withProperties(String properties)
Set the properties property: The operation properties.- Parameters:
properties
- the properties value to set.- Returns:
- the SsisObjectMetadataStatusResponseInner object itself.
-
error
public String error()
Get the error property: The operation error message.- Returns:
- the error value.
-
withError
public SsisObjectMetadataStatusResponseInner withError(String error)
Set the error property: The operation error message.- Parameters:
error
- the error value to set.- Returns:
- the SsisObjectMetadataStatusResponseInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-