Class SsisObjectMetadataStatusResponse


  • public final class SsisObjectMetadataStatusResponse
    extends Object
    The status of the operation.
    • Constructor Detail

      • SsisObjectMetadataStatusResponse

        public SsisObjectMetadataStatusResponse()
    • Method Detail

      • getStatus

        public String getStatus()
        Get the status property: The status of the operation.
        Returns:
        the status value.
      • setStatus

        public SsisObjectMetadataStatusResponse setStatus​(String status)
        Set the status property: The status of the operation.
        Parameters:
        status - the status value to set.
        Returns:
        the SsisObjectMetadataStatusResponse object itself.
      • getName

        public String getName()
        Get the name property: The operation name.
        Returns:
        the name value.
      • setName

        public SsisObjectMetadataStatusResponse setName​(String name)
        Set the name property: The operation name.
        Parameters:
        name - the name value to set.
        Returns:
        the SsisObjectMetadataStatusResponse object itself.
      • getProperties

        public String getProperties()
        Get the properties property: The operation properties.
        Returns:
        the properties value.
      • setProperties

        public SsisObjectMetadataStatusResponse setProperties​(String properties)
        Set the properties property: The operation properties.
        Parameters:
        properties - the properties value to set.
        Returns:
        the SsisObjectMetadataStatusResponse object itself.
      • getError

        public String getError()
        Get the error property: The operation error message.
        Returns:
        the error value.
      • setError

        public SsisObjectMetadataStatusResponse setError​(String error)
        Set the error property: The operation error message.
        Parameters:
        error - the error value to set.
        Returns:
        the SsisObjectMetadataStatusResponse object itself.