Class Group

    • Constructor Detail

      • Group

        public Group​(int id,
                     String name)
      • Group

        public Group​(String name)
      • Group

        public Group​(int id,
                     String name,
                     int count)
    • Method Detail

      • getId

        public int getId()
      • getName

        public String getName()
      • getCount

        public int getCount()
      • toCreateJson

        public String toCreateJson()
        返回创建分组所需的json格式字符串
        Returns:
        {"group": {"name": "test"}}
      • toModifyJson

        public String toModifyJson()
        返回修改分组所需的json格式字符串
        Returns:
        {"group": {"id": 107, "name": "test"}}
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object