Back to project page UK-Weather-repo.
The source code is released under:
Apache License
If you think the Android project UK-Weather-repo listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.haringeymobile.ukweather.data.objects; import com.google.gson.annotations.SerializedName; public class Rain { @SerializedName("3h") private int precipitationVolumePer3HhoursInMm; }