Class FieldConsistencyVerificationReport


  • public class FieldConsistencyVerificationReport
    extends java.lang.Object
    Report of the field consistency verification.
    • Constructor Detail

      • FieldConsistencyVerificationReport

        public FieldConsistencyVerificationReport​(CommonFieldType fieldType,
                                                  ValueConsistency consistency,
                                                  java.util.List<java.lang.String> fieldFullNames)
        Constructs FieldConsistencyVerificationReport with the given params.
        Parameters:
        fieldType - Logical field that is being verified.
        consistency - The status of the consistency verification.
        fieldFullNames - Full names of the fields that were considered during the verification.
    • Method Detail

      • getFieldType

        public CommonFieldType getFieldType()
        Getter for fieldType field. See constructor documentation for more information about the field.
        Returns:
        fieldType
      • getConsistency

        public ValueConsistency getConsistency()
        Getter for consistency field. See constructor documentation for more information about the field.
        Returns:
        consistency
      • getFieldFullNames

        public java.util.List<java.lang.String> getFieldFullNames()
        Getter for fieldFullNames field. See constructor documentation for more information about the field.
        Returns:
        fieldFullNames