Class CheckUid


  • public class CheckUid
    extends Object
    Unique identifier of the check. Handles the possible cases of non-unique check identifiers being defined by check developers
    • Constructor Detail

      • CheckUid

        public CheckUid​(String checkId,
                        String contributorId)
        Constructs an instance
        Parameters:
        checkId - The identifier of the check as being defined by the check's developer. May not be null
        contributorId - The identifier of the check's contributor (bundle). May not be null
    • Method Detail

      • getCheckId

        public String getCheckId()
        Gets the associated check identifier being defined by the check's developer
        Returns:
        The identifier of the check. May not be null
      • getContributorId

        public String getContributorId()
        Gets the identifier of the check's contributor (bundle)
        Returns:
        The contribute identifier, may not be null
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object