Class DataFlowDebugCommandResponseInner


  • public final class DataFlowDebugCommandResponseInner
    extends Object
    Response body structure of data flow result for data preview, statistics or expression preview.
    • Constructor Detail

      • DataFlowDebugCommandResponseInner

        public DataFlowDebugCommandResponseInner()
    • Method Detail

      • status

        public String status()
        Get the status property: The run status of data preview, statistics or expression preview.
        Returns:
        the status value.
      • withStatus

        public DataFlowDebugCommandResponseInner withStatus​(String status)
        Set the status property: The run status of data preview, statistics or expression preview.
        Parameters:
        status - the status value to set.
        Returns:
        the DataFlowDebugCommandResponseInner object itself.
      • data

        public String data()
        Get the data property: The result data of data preview, statistics or expression preview.
        Returns:
        the data value.
      • withData

        public DataFlowDebugCommandResponseInner withData​(String data)
        Set the data property: The result data of data preview, statistics or expression preview.
        Parameters:
        data - the data value to set.
        Returns:
        the DataFlowDebugCommandResponseInner object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.