Page 664 - 2
P. 664
}
public String getTemp_Max() {
return temp_Max;
}
public String getHumidity() {
return humidity;
}
public String getClouds_Value() {
return clouds_Value;
}
public String getClouds_Sort() {
return clouds_Sort;
}
public String getClouds_Per() {
return clouds_Per;
}
public String getWeather_Day() {
return weather_Day;
}
public void setWeather_Name(String weather_Name) { this.weather_Name = weather_Name; }
public void setWind_Name(String wind_Name) { this.wind_Name = wind_Name; }
public void setClouds_Sort(String clouds_Sort) {this.clouds_Sort = clouds_Sort;}
}
package com.example.jbts201605.today_weather;
import java.util.ArrayList;
/**
* Created by JBTS201605 on 2017-11-28.
*/
public class WeatherConditionList {
public ArrayList<WeatherCondition> mListSnow;
public ArrayList<WeatherCondition> mListClearSky;
- 664 -