Class User


  • public class User
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      User​(java.lang.Long id, java.lang.String email)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEmail()  
      java.lang.Long getId()  
      • Methods inherited from class java.lang.Object

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

      • User

        public User​(java.lang.Long id,
                    java.lang.String email)
    • Method Detail

      • getId

        public java.lang.Long getId()
      • getEmail

        public java.lang.String getEmail()