All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.liuchink.chinkutils.baidu.bean.weather.WeatherRespAlert Maven / Gradle / Ivy

There is a newer version: 0.0.14.RELEASE
Show newest version
package com.liuchink.chinkutils.baidu.bean.weather;

import java.io.Serializable;

import lombok.Data;

/**
 * @author liugang
 * @since 2020/10/27 15:41
 */
@Data
public class WeatherRespAlert  {
	private static final long serialVersionUID = 6354914536224940394L;
	private String type;
	private String level;
	private String title;
	private String desc;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy