首页>代码>java swing开发的网易云音乐试听下载、播放>/zuidaima.cnm.163music/src/cnm/music163/Musicer.java
package cnm.music163;

public class Musicer {
	private final static String outerUrl = "http://music.163.com/song/media/outer/url?id=";
	private final static String onlineUrl = "http://music.163.com/song?id=";
	private String id;// 音乐编号
	private String name;// 音乐名
	private String singer;// 歌手名
	private String downUrl;// 音乐文件下载地址
	private String onUrl;// 音乐在线播放地址 https://music.163.com/#/song?id=123456
	private String downPath;// 音乐文件下载暂存路径
	private String path;// 音乐文件改名后存放路径
	private String errMsg;

	public Musicer() {
		super();
	}

	public Musicer(String id) {
		super();
		setId(id);
	}

	public Musicer(String id, String name, String singer, String downPath, String path) {
		super();
		setId(id);
		this.name = name;
		this.singer = singer;
		this.downPath = downPath;
		this.path = path;
	}

	public String getId() {
		return id;
	}

	public void setId(String id) {
		this.id = id;
		this.downUrl = outerUrl + id;
		this.onUrl = onlineUrl + id;
	}

	public String getName() {
		return name;
	}

	public void setName(String name) {
		this.name = name;
	}

	public String getSinger() {
		return singer;
	}

	public void setSinger(String singer) {
		this.singer = singer;
	}

	public String getDownPath() {
		return downPath;
	}

	public void setDownPath(String downPath) {
		this.downPath = downPath;
	}

	public String getPath() {
		return path;
	}

	public void setPath(String path) {
		this.path = path;
	}

	public String getDownUrl() {
		return downUrl;
	}

	public String getOnUrl() {
		return onUrl;
	}

	public String getErrMsg() {
		return errMsg;
	}

	public void setErrMsg(String errMsg) {
		this.errMsg = errMsg;
	}

}
最近下载更多
云翳tel青  LV11 2022年3月1日
时光凉薄  LV2 2021年7月9日
满脑子痛苦  LV3 2021年1月10日
pxlpxlpxl  LV4 2020年12月20日
MotleyHighness  LV1 2020年12月1日
与于与  LV2 2020年11月17日
刘晓静  LV5 2020年6月14日
Macjie  LV1 2020年4月24日
w5650100  LV3 2019年10月26日
hw272619  LV6 2019年9月13日
最近浏览更多
s4dmcc  LV1 9月17日
JulyMagnolia  LV4 4月29日
是夜在熬我.  LV6 2月19日
cxz2132132  LV11 2023年12月9日
pangzhihui  LV14 2023年11月13日
oldfox  LV19 2023年11月13日
EFWAGGFAWGR 2023年10月19日
暂无贡献等级
lzl111213  LV1 2023年6月21日
runbey6666  LV2 2023年6月15日
空中飞尘  LV13 2023年6月13日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友