Class NotiferClient.NotiferResponse

java.lang.Object
io.notifer.jenkins.NotiferClient.NotiferResponse
All Implemented Interfaces:
Serializable
Enclosing class:
NotiferClient

public static class NotiferClient.NotiferResponse extends Object implements Serializable
Response from Notifer API.
See Also:
  • Constructor Details

    • NotiferResponse

      public NotiferResponse()
  • Method Details

    • getId

      public String getId()
    • getTopic

      public String getTopic()
    • getMessage

      public String getMessage()
    • getPriority

      public int getPriority()
    • getTags

      public List<String> getTags()
    • toString

      public String toString()
      Overrides:
      toString in class Object