Class Result


  • final class Result
    extends java.lang.Object
    Object which represents result object in run.results property. (ยง3.14.23)
    See Also:
    3.27 result object
    • Constructor Summary

      Constructors 
      Constructor Description
      Result​(java.lang.String ruleId, int ruleIndex, Message message, java.util.List<Location> locations, Level level)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) com.google.gson.JsonObject toJsonObject()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ruleId

        final java.lang.String ruleId
      • ruleIndex

        final int ruleIndex
      • locations

        final java.util.List<Location> locations
    • Method Detail

      • toJsonObject

        com.google.gson.JsonObject toJsonObject()