Class CheckResult.Solution

java.lang.Object
com.priint.pubserver.check.CheckResult.Solution
All Implemented Interfaces:
Serializable
Enclosing class:
CheckResult

public static class CheckResult.Solution extends Object implements Serializable
A suggested Solution for a Check or Issue.
The solution can be
  • a manual fix, which is described by the solutionDescription field
  • a method call, which is defined by the method field
  • a delete request, which is explained by the solutionDescription field
  • suggestion to call the support, which of course should be the last resort for all issues
See Also:
  • Constructor Details

  • Method Details

    • getSolutionType

      public CheckResult.Solution.SolutionType getSolutionType()
      Returns:
      SolutionType type of solution or null
    • setSolutionType

      public void setSolutionType(CheckResult.Solution.SolutionType solutionType)
      Set solutionType getSolutionType()
    • getMethod

      public PluginMethod getMethod()
      Returns:
      PluginMethod
    • setMethod

      public void setMethod(PluginMethod method)
      Set PluginMethod
    • getSolutionInstructions

      public String getSolutionInstructions()
      Returns:
      SolutionInstructions
    • setSolutionInstructions

      public void setSolutionInstructions(String solutionInstructions)
      Set solutionInstructions
    • getLabel

      public String getLabel()
      Returns:
      label
    • setLabel

      public void setLabel(String label)
      Set label