Class ReportEntry

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DETAIL_ID  
      static java.lang.String DETAIL_TYPE  
      static java.lang.String OUTCOME  
    • Constructor Summary

      Constructors 
      Constructor Description
      ReportEntry​(java.lang.String outcome, java.lang.String detailType, java.lang.String detailId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDetailId()  
      java.lang.String getDetailType()  
      java.lang.String getOutcome()  
      • Methods inherited from class java.lang.Object

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

      • ReportEntry

        public ReportEntry​(java.lang.String outcome,
                           java.lang.String detailType,
                           java.lang.String detailId)
    • Method Detail

      • getOutcome

        public java.lang.String getOutcome()
      • getDetailType

        public java.lang.String getDetailType()
      • getDetailId

        public java.lang.String getDetailId()