Class ValidationCompilationResponse

java.lang.Object
com.onenetwork.platform.data.validation.ValidationCompilationResponse

public class ValidationCompilationResponse
extends java.lang.Object
Captures the outcome of a ValidationCompilationRequest.
  • Constructor Summary

    Constructors 
    Constructor Description
    ValidationCompilationResponse()  
  • Method Summary

    Modifier and Type Method Description
    java.util.Map<ValidationPackage,​java.lang.String> getCompileFailed()
    Returns all ValidationPackages which could not be compiled, typically because their syntax or bindings were incorrect.
    java.util.List<ValidationPackage> getCompileSucceeded()
    Returns all ValidationPackages which were run and passed.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getCompileSucceeded

      public java.util.List<ValidationPackage> getCompileSucceeded()
      Returns all ValidationPackages which were run and passed.
    • getCompileFailed

      public java.util.Map<ValidationPackage,​java.lang.String> getCompileFailed()
      Returns all ValidationPackages which could not be compiled, typically because their syntax or bindings were incorrect. Keys in this Map are ValidationPackages, values are errors describing why the could not be compiled