private String code;
private String updateTime;
private String fxLink;
private ReferBean refer;
private List warning;
public String getCode() {
return code;
}
public void setCode(String code) {
this.code = code;
}
public String getUpdateTime() {
return updateTime;
}
public void setUpdateTime(String updateTime) {
this.updateTime = updateTime;
}
public String getFxLink() {
return fxLink;
}
public void setFxLink(String fxLink) {
this.fxLink = fxLink;
}
public ReferBean getRefer() {
return refer;
}
public void setRefer(ReferBean refer) {
this.refer = refer;
}
public List getWarning() {
return warning;
}
public void setWarning(List warning) {
this.warning = warning;
}
public static class ReferBean {
private List sources;
private List license;
public List getSources() {
return sources;
}
public void setSources(List sources) {
this.sources = sources;
}
public List getLicense() {
return license;
}
public void setLicense(List license) {
this.license = license;
}
}
public static class WarningBean {
/**
-
id : 23062241600000_20200813132751
-
sender : 肇源县气象局
-
pubTime : 2020-08-13T13:28+08:00
-
title : 肇源县气象局发布大风蓝色预警[IV级/一般]
-
startTime : 2020-08-13T13:30+08:00
-
endTime : 2020-08-14T13:30+08:00
-
status : active
-
level : 蓝色
-
type : 11B06
-
typeName : 大风
-
text : 肇源县气象台2020年8月13日13时28分发布大风蓝色预警信号:预计未来24小时肇源县受大风影响,平均风力可达5-6级,阵风可达7-8级,请有关单位和个人注意做好预防工作。防御指南:1.政府及相关部门按照职责做好防大风工作;2.关好门窗,加固围板、棚架、广告牌等易被风吹动的搭建物,妥善安置易受大风影响的室外物品,遮盖建筑物资;3.行人注意尽量少骑自行车,刮风时不要在广告牌、临时搭建物等下面逗留;4.有关部门和单位请注意森林、草原防火等防火,个人请注意室外和野外用火安全。
-
related :
*/
private String id;
private String sender;
private String pubTime;
private String title;
private String startTime;
private String endTime;
private String status;
private String level;
private String type;
private String typeName;
private String text;<