Interface ReportAPI


public interface ReportAPI
  • Method Details

    • hasTag

      boolean hasTag(String tag)
    • getTags

      Collection<String> getTags()
    • getEventType

      String getEventType()
    • getEventStage

      String getEventStage()
    • getProbability

      float getProbability()
    • getChannel

      String getChannel()
    • getSubject

      String getSubject()
    • getSummary

      String getSummary()
    • getAssessment

      String getAssessment()
    • getImage

      String getImage()