Class CheckResult.Outputs

  • Enclosing class:
    CheckResult

    public static final class CheckResult.Outputs
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​com.google.protobuf.Value> asMap()
      Returns the outputs as a map keyed by rule name.
      java.util.List<Engine.OutputEntry> getRaw()  
      int size()
      Returns the size of outputs.
      • Methods inherited from class java.lang.Object

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

      • size

        public int size()
        Returns the size of outputs.
        Returns:
        int
      • asMap

        public java.util.Map<java.lang.String,​com.google.protobuf.Value> asMap()
        Returns the outputs as a map keyed by rule name.
        Returns:
        Map of output rule names and Value