Package alpine.model

Class ApiKey

    • Constructor Detail

      • ApiKey

        public ApiKey()
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getTeams

        public List<Team> getTeams()
      • setTeams

        public void setTeams​(List<Team> teams)