public class Weather extends Object
Constructor and Description |
---|
Weather() |
Weather(String date,
String city,
String weather,
int temperture,
String narrative) |
Modifier and Type | Method and Description |
---|---|
String |
getCity() |
String |
getDate() |
String |
getNarrative() |
int |
getTemperture() |
String |
getWeath() |
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.