Class FieldAnalysisResponse

    • Constructor Detail

      • FieldAnalysisResponse

        public FieldAnalysisResponse()
    • Method Detail

      • getFieldTypeAnalysisCount

        public int getFieldTypeAnalysisCount()
        Returns the number of field type analyses.
        Returns:
        The number of field type analyses.
      • getFieldTypeAnalysis

        public FieldAnalysisResponse.Analysis getFieldTypeAnalysis​(String fieldTypeName)
        Returns the analysis for the given field type or null if no such analysis exists.
        Parameters:
        fieldTypeName - The name of the field type.
        Returns:
        The analysis for the given field type.
      • getFieldNameAnalysisCount

        public int getFieldNameAnalysisCount()
        Returns the number of field name analyses.
        Returns:
        The number of field name analyses.
      • getFieldNameAnalysis

        public FieldAnalysisResponse.Analysis getFieldNameAnalysis​(String fieldName)
        Returns the analysis for the given field name or null if no such analysis exists.
        Parameters:
        fieldName - The field name.
        Returns:
        The analysis for the given field name.