首页>代码>java通过jsoup框架抓取网易云音乐歌手信息数据>/music/src/main/java/object/JsonObj/MusicJsonObj.java
package object.JsonObj;

import lombok.Data;
import lombok.NoArgsConstructor;

import java.util.List;

/**
 * date : 2020/2/22 3:10
 * author : 老逼的电脑
 */
@NoArgsConstructor
@Data
public class MusicJsonObj {

    /**
     * commentThreadId : R_SO_4_411214279
     * ftype : 0
     * score : 100.0
     * copyrightId : 14026
     * mvid : 5302271
     * transNames : null
     * no : 2
     * publishTime : 0
     * type : 0
     * duration : 249621
     * status : 0
     * album : {"id":34749138,"name":"青年晚报","picUrl":"http://p2.music.126.net/Wcs2dbukFx3TUWkRuxVCpw==/3431575794705764.jpg","pic_str":"3431575794705764","pic":3431575794705764}
     * artists : [{"id":5771,"name":"许嵩","alia":["Vae"]}]
     * privilege : {"id":411214279,"fee":0,"payed":0,"st":0,"pl":320000,"dl":999000,"sp":7,"cp":1,"subp":1,"cs":false,"maxbr":999000,"fl":320000,"toast":false,"flag":256,"preSell":false}
     * djid : 0
     * fee : 0
     * alias : []
     * name : 雅俗共赏
     * id : 411214279
     */

    private String commentThreadId;
    private int ftype;
    private double score;
    private int copyrightId;
    private int mvid;
    private Object transNames;
    private int no;
    private int publishTime;
    private int type;
    private int duration;
    private int status;
    private AlbumBean album;
    private PrivilegeBean privilege;
    private int djid;
    private int fee;
    private String name;
    private int id;
    private List<ArtistsBean> artists;
    private List<?> alias;

    @NoArgsConstructor
    @Data
    public static class AlbumBean {
        /**
         * id : 34749138
         * name : 青年晚报
         * picUrl : http://p2.music.126.net/Wcs2dbukFx3TUWkRuxVCpw==/3431575794705764.jpg
         * pic_str : 3431575794705764
         * pic : 3431575794705764
         */

        private int id;
        private String name;
        private String picUrl;
        private String pic_str;
        private long pic;
    }

    @NoArgsConstructor
    @Data
    public static class PrivilegeBean {
        /**
         * id : 411214279
         * fee : 0
         * payed : 0
         * st : 0
         * pl : 320000
         * dl : 999000
         * sp : 7
         * cp : 1
         * subp : 1
         * cs : false
         * maxbr : 999000
         * fl : 320000
         * toast : false
         * flag : 256
         * preSell : false
         */

        private int id;
        private int fee;
        private int payed;
        private int st;
        private int pl;
        private int dl;
        private int sp;
        private int cp;
        private int subp;
        private boolean cs;
        private int maxbr;
        private int fl;
        private boolean toast;
        private int flag;
        private boolean preSell;
    }

    @NoArgsConstructor
    @Data
    public static class ArtistsBean {
        /**
         * id : 5771
         * name : 许嵩
         * alia : ["Vae"]
         */

        private int id;
        private String name;
        private List<String> alia;
    }
}
最近下载更多
wahahaCode  LV1 2023年1月5日
好的好的  LV9 2022年7月7日
crosa_Don  LV18 2022年6月14日
dhvdsgfggfjhfggfyu  LV4 2022年1月10日
whmr_soft  LV10 2021年9月27日
李疾风  LV1 2021年7月7日
许元宵  LV1 2021年5月17日
3090362054aaa  LV1 2021年2月1日
1232136456  LV1 2020年12月7日
lc1234560  LV1 2020年10月17日
最近浏览更多
2946489117  LV1 6月11日
TY0165  LV20 2024年6月24日
微信网友_7005760998215680  LV6 2024年6月4日
panqiuhong  LV7 2024年2月24日
雨中纸鹤  LV1 2023年12月6日
内心向阳  LV4 2023年11月8日
tyyeng  LV18 2023年10月10日
科技家  LV2 2023年3月15日
a1017514773  LV6 2023年3月14日
wahahaCode  LV1 2023年1月5日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友