Class User


  • public class User
    extends Object
    User
    • Constructor Detail

      • User

        public User()
    • Method Detail

      • getId

        public UUID getId()
        The unique ID of the user.
        Returns:
        id
      • setId

        public void setId​(UUID id)
      • getLogin

        public String getLogin()
        The login information for the user on the VCS.
        Returns:
        login
      • setLogin

        public void setLogin​(String login)
      • getName

        public String getName()
        The name of the user.
        Returns:
        name
      • setName

        public void setName​(String name)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object