Class EntryCreatedRS

  • Direct Known Subclasses:
    IssueSubTypeCreatedRS

    public class EntryCreatedRS
    extends java.lang.Object
    Response when some entry has been created and we need to return ID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getId()  
      void setId​(java.lang.Long id)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • EntryCreatedRS

        public EntryCreatedRS()
      • EntryCreatedRS

        public EntryCreatedRS​(java.lang.Long id)
    • Method Detail

      • getId

        public java.lang.Long getId()
      • setId

        public void setId​(java.lang.Long id)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object