Class SsisObjectMetadataStatusResponseInner

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.SsisObjectMetadataStatusResponseInner

public final class SsisObjectMetadataStatusResponseInner extends Object
The status of the operation.
  • Constructor Details

    • SsisObjectMetadataStatusResponseInner

      public SsisObjectMetadataStatusResponseInner()
  • Method Details

    • 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

      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

      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.