WeatherInfo class
It is very traditional class for keeping the information about the temperature at a single location.
It has data fields : cityName, temperature, and description and get methods for these.
An array of objects of this class is used in the server implementation.