Interface Check


public interface Check
Encapsulates the details of an individual validation check.
Version:
0.1 Created 10 Nov 2016:08:50:42
Author:
Carl Wilson carlwilson AT github
  • Method Details

    • getStatus

      String getStatus()
      Returns:
      the status of the check as a String
    • getLocation

      String getLocation()
      Returns:
      the location of the check as a String
    • getErrorMessage

      String getErrorMessage()
      Returns:
      the error message of the check as a String
    • getContext

      String getContext()
      Returns:
      the context of the check as a String
    • getErrorArguments

      List<String> getErrorArguments()
      Returns:
      the error arguments as a list of String