Class AnalyzeResults


  • public class AnalyzeResults
    extends Object
    Analyze batch operation result.
    • Constructor Detail

      • AnalyzeResults

        public AnalyzeResults()
    • Method Detail

      • version

        public String version()
        Get the version value.
        Returns:
        the version value
      • withVersion

        public AnalyzeResults withVersion​(String version)
        Set the version value.
        Parameters:
        version - the version value to set
        Returns:
        the AnalyzeResults object itself.
      • modelVersion

        public String modelVersion()
        Get the modelVersion value.
        Returns:
        the modelVersion value
      • withModelVersion

        public AnalyzeResults withModelVersion​(String modelVersion)
        Set the modelVersion value.
        Parameters:
        modelVersion - the modelVersion value to set
        Returns:
        the AnalyzeResults object itself.
      • readResults

        public List<ReadResult> readResults()
        Get the readResults value.
        Returns:
        the readResults value
      • withReadResults

        public AnalyzeResults withReadResults​(List<ReadResult> readResults)
        Set the readResults value.
        Parameters:
        readResults - the readResults value to set
        Returns:
        the AnalyzeResults object itself.